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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9724038: DevTools: convert about:workers into about:inspect (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments addressed. Created 8 years, 9 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/webui/workers_ui_browsertest.cc ('k') | chrome/chrome_repack_resources.gypi » ('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 (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 { 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 3685 matching lines...) Expand 10 before | Expand all | Expand 10 after
3696 'browser/ui/webui/help/version_updater_unimplemented.cc', 3696 'browser/ui/webui/help/version_updater_unimplemented.cc',
3697 'browser/ui/webui/help/version_updater_unimplemented.h', 3697 'browser/ui/webui/help/version_updater_unimplemented.h',
3698 'browser/ui/webui/history_ui.cc', 3698 'browser/ui/webui/history_ui.cc',
3699 'browser/ui/webui/history_ui.h', 3699 'browser/ui/webui/history_ui.h',
3700 'browser/ui/webui/html_dialog_controller.cc', 3700 'browser/ui/webui/html_dialog_controller.cc',
3701 'browser/ui/webui/html_dialog_controller.h', 3701 'browser/ui/webui/html_dialog_controller.h',
3702 'browser/ui/webui/html_dialog_tab_contents_delegate.cc', 3702 'browser/ui/webui/html_dialog_tab_contents_delegate.cc',
3703 'browser/ui/webui/html_dialog_tab_contents_delegate.h', 3703 'browser/ui/webui/html_dialog_tab_contents_delegate.h',
3704 'browser/ui/webui/html_dialog_ui.cc', 3704 'browser/ui/webui/html_dialog_ui.cc',
3705 'browser/ui/webui/html_dialog_ui.h', 3705 'browser/ui/webui/html_dialog_ui.h',
3706 'browser/ui/webui/inspect_ui.cc',
3707 'browser/ui/webui/inspect_ui.h',
3706 'browser/ui/webui/keyboard_ui.cc', 3708 'browser/ui/webui/keyboard_ui.cc',
3707 'browser/ui/webui/keyboard_ui.h', 3709 'browser/ui/webui/keyboard_ui.h',
3708 'browser/ui/webui/media/media_internals_handler.cc', 3710 'browser/ui/webui/media/media_internals_handler.cc',
3709 'browser/ui/webui/media/media_internals_handler.h', 3711 'browser/ui/webui/media/media_internals_handler.h',
3710 'browser/ui/webui/media/media_internals_proxy.cc', 3712 'browser/ui/webui/media/media_internals_proxy.cc',
3711 'browser/ui/webui/media/media_internals_proxy.h', 3713 'browser/ui/webui/media/media_internals_proxy.h',
3712 'browser/ui/webui/media/media_internals_ui.cc', 3714 'browser/ui/webui/media/media_internals_ui.cc',
3713 'browser/ui/webui/media/media_internals_ui.h', 3715 'browser/ui/webui/media/media_internals_ui.h',
3714 'browser/ui/webui/metrics_handler.cc', 3716 'browser/ui/webui/metrics_handler.cc',
3715 'browser/ui/webui/metrics_handler.h', 3717 'browser/ui/webui/metrics_handler.h',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
3981 'browser/ui/webui/test_chrome_web_ui_controller_factory.cc', 3983 'browser/ui/webui/test_chrome_web_ui_controller_factory.cc',
3982 'browser/ui/webui/test_chrome_web_ui_controller_factory.h', 3984 'browser/ui/webui/test_chrome_web_ui_controller_factory.h',
3983 'browser/ui/webui/theme_source.cc', 3985 'browser/ui/webui/theme_source.cc',
3984 'browser/ui/webui/theme_source.h', 3986 'browser/ui/webui/theme_source.h',
3985 'browser/ui/webui/tracing_ui.cc', 3987 'browser/ui/webui/tracing_ui.cc',
3986 'browser/ui/webui/tracing_ui.h', 3988 'browser/ui/webui/tracing_ui.h',
3987 'browser/ui/webui/uber/uber_ui.cc', 3989 'browser/ui/webui/uber/uber_ui.cc',
3988 'browser/ui/webui/uber/uber_ui.h', 3990 'browser/ui/webui/uber/uber_ui.h',
3989 'browser/ui/webui/web_ui_util.cc', 3991 'browser/ui/webui/web_ui_util.cc',
3990 'browser/ui/webui/web_ui_util.h', 3992 'browser/ui/webui/web_ui_util.h',
3991 'browser/ui/webui/workers_ui.cc',
3992 'browser/ui/webui/workers_ui.h',
3993 'browser/ui/window_sizer.cc', 3993 'browser/ui/window_sizer.cc',
3994 'browser/ui/window_sizer.h', 3994 'browser/ui/window_sizer.h',
3995 'browser/ui/window_sizer_aura.cc', 3995 'browser/ui/window_sizer_aura.cc',
3996 'browser/ui/window_sizer_gtk.cc', 3996 'browser/ui/window_sizer_gtk.cc',
3997 'browser/ui/window_sizer_mac.mm', 3997 'browser/ui/window_sizer_mac.mm',
3998 'browser/ui/window_sizer_win.cc', 3998 'browser/ui/window_sizer_win.cc',
3999 'browser/ui/window_snapshot/window_snapshot.h', 3999 'browser/ui/window_snapshot/window_snapshot.h',
4000 'browser/ui/window_snapshot/window_snapshot_aura.cc', 4000 'browser/ui/window_snapshot/window_snapshot_aura.cc',
4001 'browser/ui/window_snapshot/window_snapshot_gtk.cc', 4001 'browser/ui/window_snapshot/window_snapshot_gtk.cc',
4002 'browser/ui/window_snapshot/window_snapshot_mac.mm', 4002 'browser/ui/window_snapshot/window_snapshot_mac.mm',
(...skipping 1306 matching lines...) Expand 10 before | Expand all | Expand 10 after
5309 'variables': { 5309 'variables': {
5310 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5310 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5311 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5311 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5312 }, 5312 },
5313 'includes': ['../build/protoc.gypi'], 5313 'includes': ['../build/protoc.gypi'],
5314 }], 5314 }],
5315 ], 5315 ],
5316 }, 5316 },
5317 ], 5317 ],
5318 } 5318 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/workers_ui_browsertest.cc ('k') | chrome/chrome_repack_resources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698