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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 137623011: Switch to using the new Link Doctor API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Remove bonus line from a merge conflict Created 6 years, 10 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
« no previous file with comments | « chrome/browser/ui/tab_helpers.cc ('k') | chrome/common/localized_error.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 '<(SHARED_INTERMEDIATE_DIR)', 66 '<(SHARED_INTERMEDIATE_DIR)',
67 ], 67 ],
68 'export_dependent_settings': [ 68 'export_dependent_settings': [
69 '../components/components.gyp:dom_distiller_core', 69 '../components/components.gyp:dom_distiller_core',
70 '../sync/sync.gyp:sync', 70 '../sync/sync.gyp:sync',
71 ], 71 ],
72 'sources': [ 72 'sources': [
73 # All .cc, .h, .m, and .mm files under browser/ui except for: 73 # All .cc, .h, .m, and .mm files under browser/ui except for:
74 # * tests and mocks. 74 # * tests and mocks.
75 'browser/ui/accelerator_utils.h', 75 'browser/ui/accelerator_utils.h',
76 'browser/ui/alternate_error_tab_observer.cc',
77 'browser/ui/alternate_error_tab_observer.h',
78 'browser/ui/android/android_about_app_info.cc', 76 'browser/ui/android/android_about_app_info.cc',
79 'browser/ui/android/android_about_app_info.h', 77 'browser/ui/android/android_about_app_info.h',
80 'browser/ui/android/autofill/autofill_dialog_controller_android.cc', 78 'browser/ui/android/autofill/autofill_dialog_controller_android.cc',
81 'browser/ui/android/autofill/autofill_dialog_controller_android.h', 79 'browser/ui/android/autofill/autofill_dialog_controller_android.h',
82 'browser/ui/android/autofill/autofill_dialog_result.cc', 80 'browser/ui/android/autofill/autofill_dialog_result.cc',
83 'browser/ui/android/autofill/autofill_dialog_result.h', 81 'browser/ui/android/autofill/autofill_dialog_result.h',
84 'browser/ui/android/autofill/autofill_logger_android.cc', 82 'browser/ui/android/autofill/autofill_logger_android.cc',
85 'browser/ui/android/autofill/autofill_logger_android.h', 83 'browser/ui/android/autofill/autofill_logger_android.h',
86 'browser/ui/android/autofill/autofill_popup_view_android.cc', 84 'browser/ui/android/autofill/autofill_popup_view_android.cc',
87 'browser/ui/android/autofill/autofill_popup_view_android.h', 85 'browser/ui/android/autofill/autofill_popup_view_android.h',
(...skipping 1345 matching lines...) Expand 10 before | Expand all | Expand 10 after
1433 'browser/ui/host_desktop.cc', 1431 'browser/ui/host_desktop.cc',
1434 'browser/ui/host_desktop.h', 1432 'browser/ui/host_desktop.h',
1435 'browser/ui/hung_plugin_tab_helper.cc', 1433 'browser/ui/hung_plugin_tab_helper.cc',
1436 'browser/ui/hung_plugin_tab_helper.h', 1434 'browser/ui/hung_plugin_tab_helper.h',
1437 'browser/ui/login/login_prompt.cc', 1435 'browser/ui/login/login_prompt.cc',
1438 'browser/ui/login/login_prompt.h', 1436 'browser/ui/login/login_prompt.h',
1439 'browser/ui/media_utils.cc', 1437 'browser/ui/media_utils.cc',
1440 'browser/ui/media_utils.h', 1438 'browser/ui/media_utils.h',
1441 'browser/ui/metro_pin_tab_helper_win.cc', 1439 'browser/ui/metro_pin_tab_helper_win.cc',
1442 'browser/ui/metro_pin_tab_helper_win.h', 1440 'browser/ui/metro_pin_tab_helper_win.h',
1441 'browser/ui/navigation_correction_tab_observer.cc',
1442 'browser/ui/navigation_correction_tab_observer.h',
1443 'browser/ui/network_profile_bubble.cc', 1443 'browser/ui/network_profile_bubble.cc',
1444 'browser/ui/network_profile_bubble.h', 1444 'browser/ui/network_profile_bubble.h',
1445 'browser/ui/ntp_background_util.cc', 1445 'browser/ui/ntp_background_util.cc',
1446 'browser/ui/ntp_background_util.h', 1446 'browser/ui/ntp_background_util.h',
1447 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', 1447 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc',
1448 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', 1448 'browser/ui/omnibox/alternate_nav_infobar_delegate.h',
1449 'browser/ui/omnibox/location_bar.cc', 1449 'browser/ui/omnibox/location_bar.cc',
1450 'browser/ui/omnibox/location_bar.h', 1450 'browser/ui/omnibox/location_bar.h',
1451 'browser/ui/omnibox/location_bar_util.cc', 1451 'browser/ui/omnibox/location_bar_util.cc',
1452 'browser/ui/omnibox/location_bar_util.h', 1452 'browser/ui/omnibox/location_bar_util.h',
(...skipping 1955 matching lines...) Expand 10 before | Expand all | Expand 10 after
3408 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3408 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3409 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3409 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3410 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3410 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3411 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3411 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3412 ], 3412 ],
3413 }], 3413 }],
3414 ], 3414 ],
3415 }, 3415 },
3416 ], 3416 ],
3417 } 3417 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/tab_helpers.cc ('k') | chrome/common/localized_error.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698