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

Side by Side Diff: content/content_shell.gypi

Issue 2192683002: Reland 2:Geolocation: move from content/browser to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ignore size_t_to_int truncation warning Created 4 years, 4 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
« no previous file with comments | « content/content_jni.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
6 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 'content_shell_version': '99.77.34.5', 8 'content_shell_version': '99.77.34.5',
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 29 matching lines...) Expand all
40 '../cc/cc.gyp:cc', 40 '../cc/cc.gyp:cc',
41 '../components/components.gyp:crash_component_breakpad_to_be_deleted', 41 '../components/components.gyp:crash_component_breakpad_to_be_deleted',
42 '../components/components.gyp:devtools_discovery', 42 '../components/components.gyp:devtools_discovery',
43 '../components/components.gyp:devtools_http_handler', 43 '../components/components.gyp:devtools_http_handler',
44 '../components/components.gyp:web_cache_renderer', 44 '../components/components.gyp:web_cache_renderer',
45 '../components/components.gyp:plugins_renderer', 45 '../components/components.gyp:plugins_renderer',
46 '../components/test_runner/test_runner.gyp:test_runner', 46 '../components/test_runner/test_runner.gyp:test_runner',
47 '../components/url_formatter/url_formatter.gyp:url_formatter', 47 '../components/url_formatter/url_formatter.gyp:url_formatter',
48 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 48 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
49 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 49 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
50 '../device/geolocation/geolocation.gyp:device_geolocation',
50 '../gin/gin.gyp:gin', 51 '../gin/gin.gyp:gin',
51 '../gpu/gpu.gyp:gpu', 52 '../gpu/gpu.gyp:gpu',
52 '../ipc/ipc.gyp:ipc', 53 '../ipc/ipc.gyp:ipc',
53 '../media/blink/media_blink.gyp:media_blink', 54 '../media/blink/media_blink.gyp:media_blink',
54 '../media/media.gyp:media', 55 '../media/media.gyp:media',
55 '../net/net.gyp:net', 56 '../net/net.gyp:net',
56 '../net/net.gyp:net_resources', 57 '../net/net.gyp:net_resources',
57 '../ppapi/ppapi_internal.gyp:blink_deprecated_test_plugin', 58 '../ppapi/ppapi_internal.gyp:blink_deprecated_test_plugin',
58 '../ppapi/ppapi_internal.gyp:blink_test_plugin', 59 '../ppapi/ppapi_internal.gyp:blink_test_plugin',
59 '../skia/skia.gyp:skia', 60 '../skia/skia.gyp:skia',
(...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 917 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
917 '--destination_dir', '<(dest_dir)', 918 '--destination_dir', '<(dest_dir)',
918 ], 919 ],
919 }, 920 },
920 ], 921 ],
921 }, 922 },
922 ], 923 ],
923 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 924 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
924 ] 925 ]
925 } 926 }
OLDNEW
« no previous file with comments | « content/content_jni.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698