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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1247853007: [Sync] Add auto-generated ModelType in Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add SYNC_EXPORT and rebase. Created 5 years, 4 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3281 matching lines...) Expand 10 before | Expand all | Expand 10 after
3292 '../content/app/resources/content_resources.gyp:content_resources', 3292 '../content/app/resources/content_resources.gyp:content_resources',
3293 '../media/media.gyp:media', 3293 '../media/media.gyp:media',
3294 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap i', 3294 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap i',
3295 '../mojo/mojo_base.gyp:mojo_application_base', 3295 '../mojo/mojo_base.gyp:mojo_application_base',
3296 '../mojo/mojo_base.gyp:mojo_common_lib', 3296 '../mojo/mojo_base.gyp:mojo_common_lib',
3297 '../mojo/mojo_base.gyp:mojo_environment_chromium', 3297 '../mojo/mojo_base.gyp:mojo_environment_chromium',
3298 '../net/net.gyp:net_extras', 3298 '../net/net.gyp:net_extras',
3299 '../net/net.gyp:net_with_v8', 3299 '../net/net.gyp:net_with_v8',
3300 '../storage/storage_browser.gyp:storage', 3300 '../storage/storage_browser.gyp:storage',
3301 '../storage/storage_common.gyp:storage_common', 3301 '../storage/storage_common.gyp:storage_common',
3302 '../sync/sync.gyp:sync',
Nicolas Zea 2015/07/30 01:02:04 this is already included above?
maxbogue 2015/07/30 21:15:15 So it is.
3302 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 3303 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
3303 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3304 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3304 '../third_party/libyuv/libyuv.gyp:libyuv', 3305 '../third_party/libyuv/libyuv.gyp:libyuv',
3305 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 3306 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
3306 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 3307 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
3307 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', 3308 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings',
3308 '../third_party/smhasher/smhasher.gyp:cityhash', 3309 '../third_party/smhasher/smhasher.gyp:cityhash',
3309 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 3310 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
3310 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 3311 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
3311 '../ui/gl/gl.gyp:gl', 3312 '../ui/gl/gl.gyp:gl',
(...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after
3998 # GN: //chrome/android:chrome_android_java_enums_srcjar 3999 # GN: //chrome/android:chrome_android_java_enums_srcjar
3999 'target_name': 'profile_account_management_metrics_java', 4000 'target_name': 'profile_account_management_metrics_java',
4000 'type': 'none', 4001 'type': 'none',
4001 'variables': { 4002 'variables': {
4002 'source_file': 'browser/profiles/profile_metrics.h', 4003 'source_file': 'browser/profiles/profile_metrics.h',
4003 }, 4004 },
4004 'includes': [ '../build/android/java_cpp_enum.gypi' ], 4005 'includes': [ '../build/android/java_cpp_enum.gypi' ],
4005 }, 4006 },
4006 { 4007 {
4007 # GN: //chrome/android:chrome_android_java_enums_srcjar 4008 # GN: //chrome/android:chrome_android_java_enums_srcjar
4008 'target_name': 'profile_sync_service_model_type_selection_java',
4009 'type': 'none',
4010 'variables': {
4011 'source_file': 'browser/sync/profile_sync_service_android.cc',
4012 },
4013 'includes': [ '../build/android/java_cpp_enum.gypi' ],
4014 },
4015 {
4016 # GN: //chrome/android:chrome_android_java_enums_srcjar
4017 'target_name': 'connection_security_security_levels_java', 4009 'target_name': 'connection_security_security_levels_java',
4018 'type': 'none', 4010 'type': 'none',
4019 'variables': { 4011 'variables': {
4020 'source_file': 'browser/ssl/connection_security.h', 4012 'source_file': 'browser/ssl/connection_security.h',
4021 }, 4013 },
4022 'includes': [ '../build/android/java_cpp_enum.gypi' ], 4014 'includes': [ '../build/android/java_cpp_enum.gypi' ],
4023 }, 4015 },
4024 { 4016 {
4025 # GN: //chrome/android:chrome_android_java_enums_srcjar 4017 # GN: //chrome/android:chrome_android_java_enums_srcjar
4026 'target_name': 'tab_load_status_java', 4018 'target_name': 'tab_load_status_java',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
4109 '../components/components.gyp:omnibox_browser', 4101 '../components/components.gyp:omnibox_browser',
4110 '../components/components.gyp:rlz', 4102 '../components/components.gyp:rlz',
4111 '../components/components.gyp:search_engines', 4103 '../components/components.gyp:search_engines',
4112 '../rlz/rlz.gyp:rlz_lib', 4104 '../rlz/rlz.gyp:rlz_lib',
4113 ], 4105 ],
4114 }, 4106 },
4115 ], 4107 ],
4116 }], 4108 }],
4117 ], 4109 ],
4118 } 4110 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698