OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'variables': { | 7 'variables': { |
8 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
9 'browser_chromeos_sources': [ | 9 'browser_chromeos_sources': [ |
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test
s | 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test
s |
(...skipping 1208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1219 '../ui/events/platform/events_platform.gyp:events_platform', | 1219 '../ui/events/platform/events_platform.gyp:events_platform', |
1220 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', | 1220 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
1221 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', | 1221 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', |
1222 '../ui/resources/ui_resources.gyp:ui_resources', | 1222 '../ui/resources/ui_resources.gyp:ui_resources', |
1223 '../ui/strings/ui_strings.gyp:ui_strings', | 1223 '../ui/strings/ui_strings.gyp:ui_strings', |
1224 '../ui/surface/surface.gyp:surface', | 1224 '../ui/surface/surface.gyp:surface', |
1225 '../ui/views/controls/webview/webview.gyp:webview', | 1225 '../ui/views/controls/webview/webview.gyp:webview', |
1226 '../ui/views/controls/webview/webview.gyp:webview', | 1226 '../ui/views/controls/webview/webview.gyp:webview', |
1227 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 1227 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
1228 '../url/url.gyp:url_lib', | 1228 '../url/url.gyp:url_lib', |
1229 '../v8/tools/gyp/v8.gyp:v8', | 1229 '../v8/src/v8.gyp:v8', |
1230 'chrome_resources.gyp:chrome_strings', | 1230 'chrome_resources.gyp:chrome_strings', |
1231 ], | 1231 ], |
1232 'export_dependent_settings': [ | 1232 'export_dependent_settings': [ |
1233 'browser/extensions/api/api_registration.gyp:chrome_api_registration', | 1233 'browser/extensions/api/api_registration.gyp:chrome_api_registration', |
1234 'common/extensions/api/api.gyp:chrome_api', | 1234 'common/extensions/api/api.gyp:chrome_api', |
1235 '../sync/sync.gyp:sync', | 1235 '../sync/sync.gyp:sync', |
1236 ], | 1236 ], |
1237 'include_dirs': [ | 1237 'include_dirs': [ |
1238 # breakpad_linux.cc uses generated file_version_info_linux.h. | 1238 # breakpad_linux.cc uses generated file_version_info_linux.h. |
1239 '<(SHARED_INTERMEDIATE_DIR)', | 1239 '<(SHARED_INTERMEDIATE_DIR)', |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1345 'browser/chromeos/attestation/attestation_signed_data.proto', | 1345 'browser/chromeos/attestation/attestation_signed_data.proto', |
1346 ], | 1346 ], |
1347 'variables': { | 1347 'variables': { |
1348 'proto_in_dir': 'browser/chromeos/attestation', | 1348 'proto_in_dir': 'browser/chromeos/attestation', |
1349 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1349 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1350 }, | 1350 }, |
1351 'includes': [ '../build/protoc.gypi' ] | 1351 'includes': [ '../build/protoc.gypi' ] |
1352 }, | 1352 }, |
1353 ], | 1353 ], |
1354 } | 1354 } |
OLD | NEW |