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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 2148293004: [Sync] //components/sync external changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc-1
Patch Set: Rebase. Created 4 years, 5 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
OLDNEW
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 1225 matching lines...) Expand 10 before | Expand all | Expand 10 after
1236 '../dbus/dbus.gyp:dbus', 1236 '../dbus/dbus.gyp:dbus',
1237 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1237 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1238 '../device/hid/hid.gyp:device_hid', 1238 '../device/hid/hid.gyp:device_hid',
1239 '../media/media.gyp:media', 1239 '../media/media.gyp:media',
1240 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_api', 1240 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_api',
1241 '../net/net.gyp:net', 1241 '../net/net.gyp:net',
1242 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin 1242 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin
1243 '../skia/skia.gyp:skia', 1243 '../skia/skia.gyp:skia',
1244 '../storage/storage_browser.gyp:storage', 1244 '../storage/storage_browser.gyp:storage',
1245 '../storage/storage_common.gyp:storage_common', 1245 '../storage/storage_common.gyp:storage_common',
1246 '../sync/sync.gyp:sync', 1246 '../components/sync.gyp:sync',
1247 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 1247 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
1248 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 1248 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
1249 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 1249 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
1250 '../third_party/icu/icu.gyp:icui18n', 1250 '../third_party/icu/icu.gyp:icui18n',
1251 '../third_party/icu/icu.gyp:icuuc', 1251 '../third_party/icu/icu.gyp:icuuc',
1252 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1252 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1253 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 1253 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
1254 '../third_party/protobuf/protobuf.gyp:protoc#host', 1254 '../third_party/protobuf/protobuf.gyp:protoc#host',
1255 '../third_party/re2/re2.gyp:re2', 1255 '../third_party/re2/re2.gyp:re2',
1256 '../third_party/zlib/zlib.gyp:zlib', 1256 '../third_party/zlib/zlib.gyp:zlib',
(...skipping 11 matching lines...) Expand all
1268 '../ui/views/controls/webview/webview.gyp:webview', 1268 '../ui/views/controls/webview/webview.gyp:webview',
1269 '../ui/views/controls/webview/webview.gyp:webview', 1269 '../ui/views/controls/webview/webview.gyp:webview',
1270 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 1270 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
1271 '../url/url.gyp:url_lib', 1271 '../url/url.gyp:url_lib',
1272 '../v8/src/v8.gyp:v8', 1272 '../v8/src/v8.gyp:v8',
1273 'chrome_resources.gyp:chrome_strings', 1273 'chrome_resources.gyp:chrome_strings',
1274 ], 1274 ],
1275 'export_dependent_settings': [ 1275 'export_dependent_settings': [
1276 'browser/extensions/api/api_registration.gyp:chrome_api_registration', 1276 'browser/extensions/api/api_registration.gyp:chrome_api_registration',
1277 'common/extensions/api/api.gyp:chrome_api', 1277 'common/extensions/api/api.gyp:chrome_api',
1278 '../sync/sync.gyp:sync', 1278 '../components/sync.gyp:sync',
1279 ], 1279 ],
1280 'include_dirs': [ 1280 'include_dirs': [
1281 # breakpad_linux.cc uses generated file_version_info_linux.h. 1281 # breakpad_linux.cc uses generated file_version_info_linux.h.
1282 '<(SHARED_INTERMEDIATE_DIR)', 1282 '<(SHARED_INTERMEDIATE_DIR)',
1283 '../breakpad/src', 1283 '../breakpad/src',
1284 ], 1284 ],
1285 'sources': [ '<@(browser_chromeos_sources)' ], 1285 'sources': [ '<@(browser_chromeos_sources)' ],
1286 'conditions': [ 1286 'conditions': [
1287 ['enable_extensions==1', { 1287 ['enable_extensions==1', {
1288 'dependencies': [ 1288 'dependencies': [
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
1388 'browser/chromeos/attestation/attestation_signed_data.proto', 1388 'browser/chromeos/attestation/attestation_signed_data.proto',
1389 ], 1389 ],
1390 'variables': { 1390 'variables': {
1391 'proto_in_dir': 'browser/chromeos/attestation', 1391 'proto_in_dir': 'browser/chromeos/attestation',
1392 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1392 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1393 }, 1393 },
1394 'includes': [ '../build/protoc.gypi' ] 1394 'includes': [ '../build/protoc.gypi' ]
1395 }, 1395 },
1396 ], 1396 ],
1397 } 1397 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698