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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 16231013: device: Restructure the layout of gyp files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: doh forgot to rename the principal - the target Created 7 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
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_browser_ui.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) 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 10 matching lines...) Expand all
21 'chrome_resources.gyp:theme_resources', 21 'chrome_resources.gyp:theme_resources',
22 'common', 22 'common',
23 'common/extensions/api/api.gyp:api', 23 'common/extensions/api/api.gyp:api',
24 'common_net', 24 'common_net',
25 'debugger', 25 'debugger',
26 'in_memory_url_index_cache_proto', 26 'in_memory_url_index_cache_proto',
27 'installer_util', 27 'installer_util',
28 '../build/temp_gyp/googleurl.gyp:googleurl', 28 '../build/temp_gyp/googleurl.gyp:googleurl',
29 '../content/content.gyp:content_browser', 29 '../content/content.gyp:content_browser',
30 '../crypto/crypto.gyp:crypto', 30 '../crypto/crypto.gyp:crypto',
31 '../device/device.gyp:device_bluetooth', 31 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
32 '../net/net.gyp:net', 32 '../net/net.gyp:net',
33 '../skia/skia.gyp:skia', 33 '../skia/skia.gyp:skia',
34 '../sync/sync.gyp:sync', 34 '../sync/sync.gyp:sync',
35 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 35 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
36 '../third_party/icu/icu.gyp:icui18n', 36 '../third_party/icu/icu.gyp:icui18n',
37 '../third_party/icu/icu.gyp:icuuc', 37 '../third_party/icu/icu.gyp:icuuc',
38 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 38 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
39 '../third_party/libusb/libusb.gyp:libusb', 39 '../third_party/libusb/libusb.gyp:libusb',
40 '../third_party/re2/re2.gyp:re2', 40 '../third_party/re2/re2.gyp:re2',
41 '../ui/base/strings/ui_strings.gyp:ui_strings', 41 '../ui/base/strings/ui_strings.gyp:ui_strings',
(...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 ['include', '^browser/extensions/api/web_navigation/web_navigation_a pi_helpers.cc'], 851 ['include', '^browser/extensions/api/web_navigation/web_navigation_a pi_helpers.cc'],
852 ['include', '^browser/extensions/api/web_request/form_data_parser.cc '], 852 ['include', '^browser/extensions/api/web_request/form_data_parser.cc '],
853 ['include', '^browser/extensions/api/web_request/upload_data_present er.cc'], 853 ['include', '^browser/extensions/api/web_request/upload_data_present er.cc'],
854 ['include', '^browser/extensions/api/web_request/web_request_api.cc' ], 854 ['include', '^browser/extensions/api/web_request/web_request_api.cc' ],
855 ['include', '^browser/extensions/api/web_request/web_request_api_con stants.cc'], 855 ['include', '^browser/extensions/api/web_request/web_request_api_con stants.cc'],
856 ['include', '^browser/extensions/api/web_request/web_request_api_hel pers.cc'], 856 ['include', '^browser/extensions/api/web_request/web_request_api_hel pers.cc'],
857 ['include', '^browser/extensions/api/web_request/web_request_permiss ions.cc'], 857 ['include', '^browser/extensions/api/web_request/web_request_permiss ions.cc'],
858 ['include', '^browser/extensions/api/web_request/web_request_time_tr acker.cc'], 858 ['include', '^browser/extensions/api/web_request/web_request_time_tr acker.cc'],
859 ], 859 ],
860 'dependencies!': [ 860 'dependencies!': [
861 '../device/device.gyp:device_bluetooth', 861 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
862 '../third_party/libusb/libusb.gyp:libusb' 862 '../third_party/libusb/libusb.gyp:libusb'
863 ], 863 ],
864 }], 864 }],
865 ['use_aura==1', { 865 ['use_aura==1', {
866 'dependencies': [ 866 'dependencies': [
867 '../ui/keyboard/keyboard.gyp:keyboard_resources', 867 '../ui/keyboard/keyboard.gyp:keyboard_resources',
868 ], 868 ],
869 }], 869 }],
870 ['OS=="linux" and use_aura==1', { 870 ['OS=="linux" and use_aura==1', {
871 'dependencies': [ 871 'dependencies': [
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 'variables': { 974 'variables': {
975 'proto_in_dir': 'browser/chromeos/contacts', 975 'proto_in_dir': 'browser/chromeos/contacts',
976 'proto_out_dir': 'chrome/browser/chromeos/contacts', 976 'proto_out_dir': 'chrome/browser/chromeos/contacts',
977 }, 977 },
978 'includes': [ '../build/protoc.gypi' ] 978 'includes': [ '../build/protoc.gypi' ]
979 }, 979 },
980 ], 980 ],
981 },], # 'chromeos=1' 981 },], # 'chromeos=1'
982 ], # 'conditions' 982 ], # 'conditions'
983 } 983 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698