Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Side by Side Diff: content/content_shell.gypi

Issue 1132943002: bluetooth: Move mock creation out of BluetoothDispatcherHost to LayoutTestBluetoothAdapterProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-testing-layout-tests
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
scheib 2015/05/11 20:19:26 Update src/content/shell/BUILD.gn as well.
6 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
11 'content_shell_version': '19.77.34.5', 11 'content_shell_version': '19.77.34.5',
12 'conditions': [ 12 'conditions': [
13 ['OS=="linux"', { 13 ['OS=="linux"', {
14 'use_custom_freetype%': 1, 14 'use_custom_freetype%': 1,
15 }, { 15 }, {
(...skipping 28 matching lines...) Expand all
44 '../base/base.gyp:base', 44 '../base/base.gyp:base',
45 '../base/base.gyp:base_static', 45 '../base/base.gyp:base_static',
46 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 46 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
47 '../cc/blink/cc_blink.gyp:cc_blink', 47 '../cc/blink/cc_blink.gyp:cc_blink',
48 '../cc/cc.gyp:cc', 48 '../cc/cc.gyp:cc',
49 '../components/components.gyp:crash_component_breakpad_mac_to_be_deleted ', 49 '../components/components.gyp:crash_component_breakpad_mac_to_be_deleted ',
50 '../components/components.gyp:devtools_discovery', 50 '../components/components.gyp:devtools_discovery',
51 '../components/components.gyp:devtools_http_handler', 51 '../components/components.gyp:devtools_http_handler',
52 '../components/components.gyp:web_cache_renderer', 52 '../components/components.gyp:web_cache_renderer',
53 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 53 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
54 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
54 '../gin/gin.gyp:gin', 55 '../gin/gin.gyp:gin',
55 '../gpu/gpu.gyp:gpu', 56 '../gpu/gpu.gyp:gpu',
56 '../ipc/ipc.gyp:ipc', 57 '../ipc/ipc.gyp:ipc',
57 '../media/blink/media_blink.gyp:media_blink', 58 '../media/blink/media_blink.gyp:media_blink',
58 '../media/media.gyp:media', 59 '../media/media.gyp:media',
59 '../net/net.gyp:net', 60 '../net/net.gyp:net',
60 '../net/net.gyp:net_resources', 61 '../net/net.gyp:net_resources',
61 '../skia/skia.gyp:skia', 62 '../skia/skia.gyp:skia',
62 '../storage/storage_browser.gyp:storage', 63 '../storage/storage_browser.gyp:storage',
63 '../third_party/WebKit/public/blink.gyp:blink', 64 '../third_party/WebKit/public/blink.gyp:blink',
64 '../third_party/WebKit/public/blink.gyp:blink_test_support', 65 '../third_party/WebKit/public/blink.gyp:blink_test_support',
65 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 66 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
67 '../testing/gmock.gyp:gmock',
68 '../testing/gtest.gyp:gtest',
66 '../ui/base/ui_base.gyp:ui_base', 69 '../ui/base/ui_base.gyp:ui_base',
67 '../ui/events/events.gyp:events_base', 70 '../ui/events/events.gyp:events_base',
68 '../ui/gfx/gfx.gyp:gfx', 71 '../ui/gfx/gfx.gyp:gfx',
69 '../ui/gfx/gfx.gyp:gfx_geometry', 72 '../ui/gfx/gfx.gyp:gfx_geometry',
70 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 73 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
71 '../ui/gl/gl.gyp:gl', 74 '../ui/gl/gl.gyp:gl',
72 '../url/url.gyp:url_lib', 75 '../url/url.gyp:url_lib',
73 '../v8/tools/gyp/v8.gyp:v8', 76 '../v8/tools/gyp/v8.gyp:v8',
74 ], 77 ],
75 'include_dirs': [ 78 'include_dirs': [
(...skipping 15 matching lines...) Expand all
91 'shell/app/shell_crash_reporter_client.cc', 94 'shell/app/shell_crash_reporter_client.cc',
92 'shell/app/shell_crash_reporter_client.h', 95 'shell/app/shell_crash_reporter_client.h',
93 'shell/app/shell_main_delegate.cc', 96 'shell/app/shell_main_delegate.cc',
94 'shell/app/shell_main_delegate.h', 97 'shell/app/shell_main_delegate.h',
95 'shell/app/shell_main_delegate_mac.h', 98 'shell/app/shell_main_delegate_mac.h',
96 'shell/app/shell_main_delegate_mac.mm', 99 'shell/app/shell_main_delegate_mac.mm',
97 'shell/browser/ipc_echo_message_filter.cc', 100 'shell/browser/ipc_echo_message_filter.cc',
98 'shell/browser/ipc_echo_message_filter.h', 101 'shell/browser/ipc_echo_message_filter.h',
99 'shell/browser/layout_test/layout_test_android.cc', 102 'shell/browser/layout_test/layout_test_android.cc',
100 'shell/browser/layout_test/layout_test_android.h', 103 'shell/browser/layout_test/layout_test_android.h',
104 'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h',
105 'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc',
101 'shell/browser/layout_test/layout_test_browser_context.cc', 106 'shell/browser/layout_test/layout_test_browser_context.cc',
102 'shell/browser/layout_test/layout_test_browser_context.h', 107 'shell/browser/layout_test/layout_test_browser_context.h',
103 'shell/browser/layout_test/layout_test_browser_main.cc', 108 'shell/browser/layout_test/layout_test_browser_main.cc',
104 'shell/browser/layout_test/layout_test_browser_main.h', 109 'shell/browser/layout_test/layout_test_browser_main.h',
105 'shell/browser/layout_test/layout_test_browser_main_parts.cc', 110 'shell/browser/layout_test/layout_test_browser_main_parts.cc',
106 'shell/browser/layout_test/layout_test_browser_main_parts.h', 111 'shell/browser/layout_test/layout_test_browser_main_parts.h',
107 'shell/browser/layout_test/layout_test_content_browser_client.cc', 112 'shell/browser/layout_test/layout_test_content_browser_client.cc',
108 'shell/browser/layout_test/layout_test_content_browser_client.h', 113 'shell/browser/layout_test/layout_test_content_browser_client.h',
109 'shell/browser/layout_test/layout_test_devtools_frontend.cc', 114 'shell/browser/layout_test/layout_test_devtools_frontend.cc',
110 'shell/browser/layout_test/layout_test_devtools_frontend.h', 115 'shell/browser/layout_test/layout_test_devtools_frontend.h',
(...skipping 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1171 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1167 '--destination_dir', '<(dest_dir)', 1172 '--destination_dir', '<(dest_dir)',
1168 ], 1173 ],
1169 }, 1174 },
1170 ], 1175 ],
1171 }, 1176 },
1172 ], 1177 ],
1173 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1178 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1174 ] 1179 ]
1175 } 1180 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698