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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 131103007: Add chrome://nfc-debug for debugging NFC on Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed xiyuan@'s comments. Created 6 years, 11 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_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 2251 matching lines...) Expand 10 before | Expand all | Expand 10 after
2262 'browser/ui/webui/chromeos/login/user_image_screen_handler.cc', 2262 'browser/ui/webui/chromeos/login/user_image_screen_handler.cc',
2263 'browser/ui/webui/chromeos/login/user_image_screen_handler.h', 2263 'browser/ui/webui/chromeos/login/user_image_screen_handler.h',
2264 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.cc', 2264 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.cc',
2265 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.h', 2265 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.h',
2266 'browser/ui/webui/chromeos/mobile_setup_dialog.cc', 2266 'browser/ui/webui/chromeos/mobile_setup_dialog.cc',
2267 'browser/ui/webui/chromeos/mobile_setup_dialog.h', 2267 'browser/ui/webui/chromeos/mobile_setup_dialog.h',
2268 'browser/ui/webui/chromeos/mobile_setup_ui.cc', 2268 'browser/ui/webui/chromeos/mobile_setup_ui.cc',
2269 'browser/ui/webui/chromeos/mobile_setup_ui.h', 2269 'browser/ui/webui/chromeos/mobile_setup_ui.h',
2270 'browser/ui/webui/chromeos/network_ui.cc', 2270 'browser/ui/webui/chromeos/network_ui.cc',
2271 'browser/ui/webui/chromeos/network_ui.h', 2271 'browser/ui/webui/chromeos/network_ui.h',
2272 'browser/ui/webui/chromeos/nfc_debug_ui.cc',
2273 'browser/ui/webui/chromeos/nfc_debug_ui.h',
2272 'browser/ui/webui/chromeos/power_ui.cc', 2274 'browser/ui/webui/chromeos/power_ui.cc',
2273 'browser/ui/webui/chromeos/power_ui.h', 2275 'browser/ui/webui/chromeos/power_ui.h',
2274 'browser/ui/webui/chromeos/proxy_settings_ui.cc', 2276 'browser/ui/webui/chromeos/proxy_settings_ui.cc',
2275 'browser/ui/webui/chromeos/proxy_settings_ui.h', 2277 'browser/ui/webui/chromeos/proxy_settings_ui.h',
2276 'browser/ui/webui/chromeos/sim_unlock_ui.cc', 2278 'browser/ui/webui/chromeos/sim_unlock_ui.cc',
2277 'browser/ui/webui/chromeos/sim_unlock_ui.h', 2279 'browser/ui/webui/chromeos/sim_unlock_ui.h',
2278 'browser/ui/webui/chromeos/slow_trace_ui.cc', 2280 'browser/ui/webui/chromeos/slow_trace_ui.cc',
2279 'browser/ui/webui/chromeos/slow_trace_ui.h', 2281 'browser/ui/webui/chromeos/slow_trace_ui.h',
2280 'browser/ui/webui/chromeos/slow_ui.cc', 2282 'browser/ui/webui/chromeos/slow_ui.cc',
2281 'browser/ui/webui/chromeos/slow_ui.h', 2283 'browser/ui/webui/chromeos/slow_ui.h',
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
2619 ['OS != "ios"', { 2621 ['OS != "ios"', {
2620 'dependencies': [ 2622 'dependencies': [
2621 'browser_extensions', 2623 'browser_extensions',
2622 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2624 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2623 'common/extensions/api/api.gyp:api', 2625 'common/extensions/api/api.gyp:api',
2624 'debugger', 2626 'debugger',
2625 'installer_util', 2627 'installer_util',
2626 '../<(gyp_output_dir)/gn_gyp/third_party/re2/re2.gyp:re2', 2628 '../<(gyp_output_dir)/gn_gyp/third_party/re2/re2.gyp:re2',
2627 '../components/components.gyp:autofill_content_risk_proto', 2629 '../components/components.gyp:autofill_content_risk_proto',
2628 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2630 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2631 '../device/nfc/nfc.gyp:device_nfc',
2629 '../media/media.gyp:media', 2632 '../media/media.gyp:media',
2630 '../net/net.gyp:net_with_v8', 2633 '../net/net.gyp:net_with_v8',
2631 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2634 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2632 '../third_party/expat/expat.gyp:expat', 2635 '../third_party/expat/expat.gyp:expat',
2633 '../third_party/hunspell/hunspell.gyp:hunspell', 2636 '../third_party/hunspell/hunspell.gyp:hunspell',
2634 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2637 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2635 '../third_party/libjingle/libjingle.gyp:libjingle', 2638 '../third_party/libjingle/libjingle.gyp:libjingle',
2636 '../third_party/npapi/npapi.gyp:npapi', 2639 '../third_party/npapi/npapi.gyp:npapi',
2637 '../ui/compositor/compositor.gyp:compositor', 2640 '../ui/compositor/compositor.gyp:compositor',
2638 '../ui/surface/surface.gyp:surface', 2641 '../ui/surface/surface.gyp:surface',
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
3371 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3374 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3372 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3375 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3373 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3376 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3374 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3377 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3375 ], 3378 ],
3376 }], 3379 }],
3377 ], 3380 ],
3378 }, 3381 },
3379 ], 3382 ],
3380 } 3383 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698