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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10823214: Add a chrome://nacl page to show if NaCl is enabled and if PNaCl is installed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review, copyright, etc. Created 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/nacl_ui.cc ('k') | chrome/common/url_constants.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 4046 matching lines...) Expand 10 before | Expand all | Expand 10 after
4057 'browser/ui/webui/instant_ui.cc', 4057 'browser/ui/webui/instant_ui.cc',
4058 'browser/ui/webui/instant_ui.h', 4058 'browser/ui/webui/instant_ui.h',
4059 'browser/ui/webui/media/media_internals_handler.cc', 4059 'browser/ui/webui/media/media_internals_handler.cc',
4060 'browser/ui/webui/media/media_internals_handler.h', 4060 'browser/ui/webui/media/media_internals_handler.h',
4061 'browser/ui/webui/media/media_internals_proxy.cc', 4061 'browser/ui/webui/media/media_internals_proxy.cc',
4062 'browser/ui/webui/media/media_internals_proxy.h', 4062 'browser/ui/webui/media/media_internals_proxy.h',
4063 'browser/ui/webui/media/media_internals_ui.cc', 4063 'browser/ui/webui/media/media_internals_ui.cc',
4064 'browser/ui/webui/media/media_internals_ui.h', 4064 'browser/ui/webui/media/media_internals_ui.h',
4065 'browser/ui/webui/metrics_handler.cc', 4065 'browser/ui/webui/metrics_handler.cc',
4066 'browser/ui/webui/metrics_handler.h', 4066 'browser/ui/webui/metrics_handler.h',
4067 'browser/ui/webui/nacl_ui.cc',
4068 'browser/ui/webui/nacl_ui.h',
4067 'browser/ui/webui/set_as_default_browser_ui.cc', 4069 'browser/ui/webui/set_as_default_browser_ui.cc',
4068 'browser/ui/webui/set_as_default_browser_ui.h', 4070 'browser/ui/webui/set_as_default_browser_ui.h',
4069 'browser/ui/webui/net_internals/net_internals_ui.cc', 4071 'browser/ui/webui/net_internals/net_internals_ui.cc',
4070 'browser/ui/webui/net_internals/net_internals_ui.h', 4072 'browser/ui/webui/net_internals/net_internals_ui.h',
4071 'browser/ui/webui/ntp/app_launcher_handler.cc', 4073 'browser/ui/webui/ntp/app_launcher_handler.cc',
4072 'browser/ui/webui/ntp/app_launcher_handler.h', 4074 'browser/ui/webui/ntp/app_launcher_handler.h',
4073 'browser/ui/webui/ntp/favicon_webui_handler.cc', 4075 'browser/ui/webui/ntp/favicon_webui_handler.cc',
4074 'browser/ui/webui/ntp/favicon_webui_handler.h', 4076 'browser/ui/webui/ntp/favicon_webui_handler.h',
4075 'browser/ui/webui/ntp/foreign_session_handler.cc', 4077 'browser/ui/webui/ntp/foreign_session_handler.cc',
4076 'browser/ui/webui/ntp/foreign_session_handler.h', 4078 'browser/ui/webui/ntp/foreign_session_handler.h',
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
4457 'browser/nacl_host/nacl_broker_service_win.cc', 4459 'browser/nacl_host/nacl_broker_service_win.cc',
4458 'browser/nacl_host/nacl_broker_service_win.h', 4460 'browser/nacl_host/nacl_broker_service_win.h',
4459 'browser/nacl_host/nacl_browser.cc', 4461 'browser/nacl_host/nacl_browser.cc',
4460 'browser/nacl_host/nacl_browser.h', 4462 'browser/nacl_host/nacl_browser.h',
4461 'browser/nacl_host/nacl_process_host.cc', 4463 'browser/nacl_host/nacl_process_host.cc',
4462 'browser/nacl_host/nacl_process_host.h', 4464 'browser/nacl_host/nacl_process_host.h',
4463 'browser/nacl_host/nacl_validation_cache.cc', 4465 'browser/nacl_host/nacl_validation_cache.cc',
4464 'browser/nacl_host/nacl_validation_cache.h', 4466 'browser/nacl_host/nacl_validation_cache.h',
4465 'browser/nacl_host/pnacl_file_host.cc', 4467 'browser/nacl_host/pnacl_file_host.cc',
4466 'browser/nacl_host/pnacl_file_host.h', 4468 'browser/nacl_host/pnacl_file_host.h',
4469 'browser/ui/webui/nacl_ui.cc',
4470 'browser/ui/webui/nacl_ui.h',
4467 'common/nacl_debug_exception_handler_win.cc', 4471 'common/nacl_debug_exception_handler_win.cc',
4468 'common/nacl_debug_exception_handler_win.h', 4472 'common/nacl_debug_exception_handler_win.h',
4469 ], 4473 ],
4470 'dependencies': [ 4474 'dependencies': [
4471 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l', 4475 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l',
4472 ], 4476 ],
4473 }], 4477 }],
4474 ['branding=="Chrome"', { 4478 ['branding=="Chrome"', {
4475 'sources': [ 4479 'sources': [
4476 'browser/intents/internal/api_key_internal.cc', 4480 'browser/intents/internal/api_key_internal.cc',
(...skipping 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after
5548 'includes': [ '../build/jni_generator.gypi' ], 5552 'includes': [ '../build/jni_generator.gypi' ],
5549 'dependencies': [ 5553 'dependencies': [
5550 'android_jar_jni_headers', 5554 'android_jar_jni_headers',
5551 ], 5555 ],
5552 }, 5556 },
5553 ], 5557 ],
5554 }, 5558 },
5555 ], 5559 ],
5556 ], 5560 ],
5557 } 5561 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/nacl_ui.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698