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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 1469383005: New build flag system, convert Google Now flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make separate gyp to avoid cycle Created 5 years 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) 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 'variables': { 6 'variables': {
7 'chrome_browser_extensions_chromeos_sources': [ 7 'chrome_browser_extensions_chromeos_sources': [
8 'browser/extensions/api/cast_devices_private/cast_devices_private_api.cc', 8 'browser/extensions/api/cast_devices_private/cast_devices_private_api.cc',
9 'browser/extensions/api/cast_devices_private/cast_devices_private_api.h', 9 'browser/extensions/api/cast_devices_private/cast_devices_private_api.h',
10 'browser/extensions/api/certificate_provider/certificate_provider_api.cc', 10 'browser/extensions/api/certificate_provider/certificate_provider_api.cc',
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 'target_name': 'browser_extensions', 949 'target_name': 'browser_extensions',
950 'type': 'static_library', 950 'type': 'static_library',
951 'variables': { 'enable_wexit_time_destructors': 1, }, 951 'variables': { 'enable_wexit_time_destructors': 1, },
952 # Since browser and browser_extensions actually depend on each other, 952 # Since browser and browser_extensions actually depend on each other,
953 # we must omit the dependency from browser_extensions to browser. 953 # we must omit the dependency from browser_extensions to browser.
954 # However, this means browser_extensions and browser should more or less 954 # However, this means browser_extensions and browser should more or less
955 # have the same dependencies. Once browser_extensions is untangled from 955 # have the same dependencies. Once browser_extensions is untangled from
956 # browser, then we can clean up these dependencies. 956 # browser, then we can clean up these dependencies.
957 'dependencies': [ 957 'dependencies': [
958 'browser/extensions/api/api_registration.gyp:chrome_api_registration', 958 'browser/extensions/api/api_registration.gyp:chrome_api_registration',
959 'chrome_features.gyp:chrome_common_features',
959 'chrome_resources.gyp:chrome_extra_resources', 960 'chrome_resources.gyp:chrome_extra_resources',
960 'chrome_resources.gyp:chrome_resources', 961 'chrome_resources.gyp:chrome_resources',
961 'chrome_resources.gyp:chrome_strings', 962 'chrome_resources.gyp:chrome_strings',
962 'chrome_resources.gyp:platform_locale_settings', 963 'chrome_resources.gyp:platform_locale_settings',
963 'chrome_resources.gyp:theme_resources', 964 'chrome_resources.gyp:theme_resources',
964 'common', 965 'common',
965 'common/extensions/api/api.gyp:chrome_api', 966 'common/extensions/api/api.gyp:chrome_api',
966 'debugger', 967 'debugger',
967 'installer_util', 968 'installer_util',
968 'safe_browsing_proto', 969 'safe_browsing_proto',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1146 ], 1147 ],
1147 }, { # use_brlapi==0 1148 }, { # use_brlapi==0
1148 'sources': [ 1149 'sources': [
1149 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', 1150 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc',
1150 ], 1151 ],
1151 }], 1152 }],
1152 ], 1153 ],
1153 }, 1154 },
1154 ], 1155 ],
1155 } 1156 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698