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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 14969012: components: Create web_modal component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-before-land Created 7 years, 7 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 | Annotate | Revision Log
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 15 matching lines...) Expand all
26 'safe_browsing_proto', 26 'safe_browsing_proto',
27 'safe_browsing_report_proto', 27 'safe_browsing_report_proto',
28 'variations_seed_proto', 28 'variations_seed_proto',
29 '../build/temp_gyp/googleurl.gyp:googleurl', 29 '../build/temp_gyp/googleurl.gyp:googleurl',
30 '../components/components.gyp:encryptor', 30 '../components/components.gyp:encryptor',
31 '../components/components.gyp:sessions', 31 '../components/components.gyp:sessions',
32 '../components/components.gyp:user_prefs', 32 '../components/components.gyp:user_prefs',
33 '../components/components.gyp:visitedlink_browser', 33 '../components/components.gyp:visitedlink_browser',
34 '../components/components.gyp:visitedlink_common', 34 '../components/components.gyp:visitedlink_common',
35 '../components/components.gyp:webdata_common', 35 '../components/components.gyp:webdata_common',
36 '../components/components.gyp:web_modal',
36 '../content/content.gyp:content_browser', 37 '../content/content.gyp:content_browser',
37 '../content/content.gyp:content_common', 38 '../content/content.gyp:content_common',
38 '../crypto/crypto.gyp:crypto', 39 '../crypto/crypto.gyp:crypto',
39 '../google_apis/google_apis.gyp:google_apis', 40 '../google_apis/google_apis.gyp:google_apis',
40 '../jingle/jingle.gyp:notifier', 41 '../jingle/jingle.gyp:notifier',
41 '../media/media.gyp:media', 42 '../media/media.gyp:media',
42 '../skia/skia.gyp:skia', 43 '../skia/skia.gyp:skia',
43 '../sql/sql.gyp:sql', 44 '../sql/sql.gyp:sql',
44 '../sync/sync.gyp:sync', 45 '../sync/sync.gyp:sync',
45 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 46 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
(...skipping 2742 matching lines...) Expand 10 before | Expand all | Expand 10 after
2788 'browser/metrics/variations/variations_request_scheduler_mobile.cc', 2789 'browser/metrics/variations/variations_request_scheduler_mobile.cc',
2789 'browser/metrics/variations/variations_request_scheduler_mobile.h', 2790 'browser/metrics/variations/variations_request_scheduler_mobile.h',
2790 ], 2791 ],
2791 }], 2792 }],
2792 ['OS=="android"', { 2793 ['OS=="android"', {
2793 'dependencies': [ 2794 'dependencies': [
2794 '../components/components.gyp:web_contents_delegate_android', 2795 '../components/components.gyp:web_contents_delegate_android',
2795 'chrome_browser_jni_headers', 2796 'chrome_browser_jni_headers',
2796 ], 2797 ],
2797 'dependencies!': [ 2798 'dependencies!': [
2799 '../components/components.gyp:web_modal',
2798 '../third_party/libusb/libusb.gyp:libusb', 2800 '../third_party/libusb/libusb.gyp:libusb',
2799 ], 2801 ],
2800 'sources': [ 2802 'sources': [
2801 'browser/sessions/in_memory_tab_restore_service.cc', 2803 'browser/sessions/in_memory_tab_restore_service.cc',
2802 'browser/sessions/in_memory_tab_restore_service.h', 2804 'browser/sessions/in_memory_tab_restore_service.h',
2803 'browser/signin/android_profile_oauth2_token_service.cc', 2805 'browser/signin/android_profile_oauth2_token_service.cc',
2804 'browser/signin/android_profile_oauth2_token_service.h', 2806 'browser/signin/android_profile_oauth2_token_service.h',
2805 'browser/ssl/ssl_add_certificate_android.cc', 2807 'browser/ssl/ssl_add_certificate_android.cc',
2806 'browser/web_resource/notification_promo_mobile_ntp.cc', 2808 'browser/web_resource/notification_promo_mobile_ntp.cc',
2807 'browser/web_resource/notification_promo_mobile_ntp.h', 2809 'browser/web_resource/notification_promo_mobile_ntp.h',
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
3203 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3205 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3204 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3206 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3205 }, 3207 },
3206 'includes': [ '../build/android/java_cpp_template.gypi' ], 3208 'includes': [ '../build/android/java_cpp_template.gypi' ],
3207 }, 3209 },
3208 ], 3210 ],
3209 }, 3211 },
3210 ], 3212 ],
3211 ], 3213 ],
3212 } 3214 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/print_preview/print_preview_ui_unittest.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698