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

Side by Side Diff: chrome/chrome.gyp

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 # 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
11 # Linux or Mac, and into chrome.dll on Windows. 11 # Linux or Mac, and into chrome.dll on Windows.
12 # NOTE: Most new includes should go in the OS!="ios" condition below. 12 # NOTE: Most new includes should go in the OS!="ios" condition below.
13 # 13 #
14 # GN version is the group //chrome:browser_dependencies 14 # GN version is the group //chrome:browser_dependencies
15 'chromium_browser_dependencies': [ 15 'chromium_browser_dependencies': [
16 'common', 16 'common',
17 'browser', 17 'browser',
18 '../sync/sync.gyp:sync', 18 '../components/sync.gyp:sync',
19 ], 19 ],
20 # GN version is the group //chrome:child_dependencies 20 # GN version is the group //chrome:child_dependencies
21 'chromium_child_dependencies': [ 21 'chromium_child_dependencies': [
22 'common', 22 'common',
23 '../sync/sync.gyp:sync', 23 '../components/sync.gyp:sync',
24 ], 24 ],
25 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 25 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
26 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', 26 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out',
27 'conditions': [ 27 'conditions': [
28 ['OS!="ios"', { 28 ['OS!="ios"', {
29 'chromium_browser_dependencies': [ 29 'chromium_browser_dependencies': [
30 'debugger', 30 'debugger',
31 '../ppapi/ppapi_internal.gyp:ppapi_host', 31 '../ppapi/ppapi_internal.gyp:ppapi_host',
32 ], 32 ],
33 'chromium_child_dependencies': [ 33 'chromium_child_dependencies': [
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 '../components/components.gyp:signin_core_browser_java', 499 '../components/components.gyp:signin_core_browser_java',
500 '../components/components.gyp:variations_java', 500 '../components/components.gyp:variations_java',
501 '../components/components.gyp:web_contents_delegate_android_java', 501 '../components/components.gyp:web_contents_delegate_android_java',
502 '../components/components.gyp:web_restrictions_java', 502 '../components/components.gyp:web_restrictions_java',
503 '../components/components_strings.gyp:components_strings', 503 '../components/components_strings.gyp:components_strings',
504 '../content/content.gyp:content_java', 504 '../content/content.gyp:content_java',
505 '../media/media.gyp:media_java', 505 '../media/media.gyp:media_java',
506 '../mojo/mojo_public.gyp:mojo_bindings_java', 506 '../mojo/mojo_public.gyp:mojo_bindings_java',
507 '../mojo/mojo_public.gyp:mojo_public_java', 507 '../mojo/mojo_public.gyp:mojo_public_java',
508 '../printing/printing.gyp:printing_java', 508 '../printing/printing.gyp:printing_java',
509 '../sync/sync.gyp:sync_java', 509 '../components/sync.gyp:sync_java',
510 '../third_party/WebKit/public/blink.gyp:android_mojo_bindings_java', 510 '../third_party/WebKit/public/blink.gyp:android_mojo_bindings_java',
511 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java', 511 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java',
512 '../third_party/android_media/android_media.gyp:android_media_java', 512 '../third_party/android_media/android_media.gyp:android_media_java',
513 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib', 513 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib',
514 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr oid_swipe_refresh_java', 514 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr oid_swipe_refresh_java',
515 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib', 515 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib',
516 '../third_party/android_tools/android_tools.gyp:android_support_v7_m ediarouter_javalib', 516 '../third_party/android_tools/android_tools.gyp:android_support_v7_m ediarouter_javalib',
517 '../third_party/android_tools/android_tools.gyp:android_support_v7_r ecyclerview_javalib', 517 '../third_party/android_tools/android_tools.gyp:android_support_v7_r ecyclerview_javalib',
518 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib', 518 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib',
519 '../third_party/android_tools/android_tools.gyp:google_play_services _javalib', 519 '../third_party/android_tools/android_tools.gyp:google_play_services _javalib',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 'sources': [ 725 'sources': [
726 'service/cloud_print/print_system_dummy.cc', 726 'service/cloud_print/print_system_dummy.cc',
727 ], 727 ],
728 }], 728 }],
729 ], 729 ],
730 }, 730 },
731 ], 731 ],
732 }], 732 }],
733 ], # 'conditions' 733 ], # 'conditions'
734 } 734 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698