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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 333353005: Move OmahaQueryParams to a component and add a delegate interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_extensions', 8 'target_name': 'browser_extensions',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 11 matching lines...) Expand all
22 'chrome_resources.gyp:theme_resources', 22 'chrome_resources.gyp:theme_resources',
23 'common', 23 'common',
24 'common/extensions/api/api.gyp:chrome_api', 24 'common/extensions/api/api.gyp:chrome_api',
25 'common_net', 25 'common_net',
26 'debugger', 26 'debugger',
27 'in_memory_url_index_cache_proto', 27 'in_memory_url_index_cache_proto',
28 'installer_util', 28 'installer_util',
29 'safe_browsing_proto', 29 'safe_browsing_proto',
30 'sync_file_system_proto', 30 'sync_file_system_proto',
31 '../third_party/re2/re2.gyp:re2', 31 '../third_party/re2/re2.gyp:re2',
32 '../components/components.gyp:omaha_query_params',
32 '../components/components.gyp:onc_component', 33 '../components/components.gyp:onc_component',
33 '../components/components.gyp:url_matcher', 34 '../components/components.gyp:url_matcher',
34 '../components/components_strings.gyp:components_strings', 35 '../components/components_strings.gyp:components_strings',
35 '../content/content.gyp:content_browser', 36 '../content/content.gyp:content_browser',
36 '../content/content.gyp:content_common', 37 '../content/content.gyp:content_common',
37 '../crypto/crypto.gyp:crypto', 38 '../crypto/crypto.gyp:crypto',
38 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 39 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
39 '../device/hid/hid.gyp:device_hid', 40 '../device/hid/hid.gyp:device_hid',
40 '../device/serial/serial.gyp:device_serial', 41 '../device/serial/serial.gyp:device_serial',
41 '../extensions/common/api/api.gyp:extensions_api', 42 '../extensions/common/api/api.gyp:extensions_api',
(...skipping 1215 matching lines...) Expand 10 before | Expand all | Expand 10 after
1257 'type': 'static_library', 1258 'type': 'static_library',
1258 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], 1259 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ],
1259 'variables': { 1260 'variables': {
1260 'proto_in_dir': 'browser/extensions/api/cast_channel', 1261 'proto_in_dir': 'browser/extensions/api/cast_channel',
1261 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', 1262 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel',
1262 }, 1263 },
1263 'includes': [ '../build/protoc.gypi' ] 1264 'includes': [ '../build/protoc.gypi' ]
1264 }, 1265 },
1265 ], # 'conditions' 1266 ], # 'conditions'
1266 } 1267 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698