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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8591035: Clean up disable_nacl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 10 'dependencies': [
(...skipping 1528 matching lines...) Expand 10 before | Expand all | Expand 10 after
1539 'browser/metrics/metrics_reporting_scheduler.cc', 1539 'browser/metrics/metrics_reporting_scheduler.cc',
1540 'browser/metrics/metrics_reporting_scheduler.h', 1540 'browser/metrics/metrics_reporting_scheduler.h',
1541 'browser/metrics/metrics_response.cc', 1541 'browser/metrics/metrics_response.cc',
1542 'browser/metrics/metrics_response.h', 1542 'browser/metrics/metrics_response.h',
1543 'browser/metrics/metrics_service.cc', 1543 'browser/metrics/metrics_service.cc',
1544 'browser/metrics/metrics_service.h', 1544 'browser/metrics/metrics_service.h',
1545 'browser/metrics/thread_watcher.cc', 1545 'browser/metrics/thread_watcher.cc',
1546 'browser/metrics/thread_watcher.h', 1546 'browser/metrics/thread_watcher.h',
1547 'browser/mock_keychain_mac.cc', 1547 'browser/mock_keychain_mac.cc',
1548 'browser/mock_keychain_mac.h', 1548 'browser/mock_keychain_mac.h',
1549 'browser/nacl_host/nacl_broker_host_win.cc',
1550 'browser/nacl_host/nacl_broker_host_win.h',
1551 'browser/nacl_host/nacl_broker_service_win.cc',
1552 'browser/nacl_host/nacl_broker_service_win.h',
1553 'browser/nacl_host/nacl_process_host.cc',
1554 'browser/nacl_host/nacl_process_host.h',
1555 'browser/native_window_notification_source.h', 1549 'browser/native_window_notification_source.h',
1556 'browser/net/browser_url_util.cc', 1550 'browser/net/browser_url_util.cc',
1557 'browser/net/browser_url_util.h', 1551 'browser/net/browser_url_util.h',
1558 'browser/net/chrome_cookie_notification_details.h', 1552 'browser/net/chrome_cookie_notification_details.h',
1559 'browser/net/chrome_dns_cert_provenance_checker.cc', 1553 'browser/net/chrome_dns_cert_provenance_checker.cc',
1560 'browser/net/chrome_dns_cert_provenance_checker.h', 1554 'browser/net/chrome_dns_cert_provenance_checker.h',
1561 'browser/net/chrome_dns_cert_provenance_checker_factory.cc', 1555 'browser/net/chrome_dns_cert_provenance_checker_factory.cc',
1562 'browser/net/chrome_dns_cert_provenance_checker_factory.h', 1556 'browser/net/chrome_dns_cert_provenance_checker_factory.h',
1563 'browser/net/chrome_fraudulent_certificate_reporter.cc', 1557 'browser/net/chrome_fraudulent_certificate_reporter.cc',
1564 'browser/net/chrome_fraudulent_certificate_reporter.h', 1558 'browser/net/chrome_fraudulent_certificate_reporter.h',
(...skipping 2425 matching lines...) Expand 10 before | Expand all | Expand 10 after
3990 '<(grit_out_dir)/grit/devtools_frontend_resources_map.cc', 3984 '<(grit_out_dir)/grit/devtools_frontend_resources_map.cc',
3991 '<(grit_out_dir)/grit/devtools_resources_map.cc', 3985 '<(grit_out_dir)/grit/devtools_resources_map.cc',
3992 '<(grit_out_dir)/grit/shared_resources_map.cc', 3986 '<(grit_out_dir)/grit/shared_resources_map.cc',
3993 '<(grit_out_dir)/grit/theme_resources_map.cc', 3987 '<(grit_out_dir)/grit/theme_resources_map.cc',
3994 '<(grit_out_dir)/grit/theme_resources_standard_map.cc', 3988 '<(grit_out_dir)/grit/theme_resources_standard_map.cc',
3995 3989
3996 # This file is generated by the autofill_regexes action. 3990 # This file is generated by the autofill_regexes action.
3997 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', 3991 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
3998 ], 3992 ],
3999 'conditions': [ 3993 'conditions': [
3994 ['disable_nacl==0', {
3995 'sources': [
3996 'browser/nacl_host/nacl_broker_host_win.cc',
3997 'browser/nacl_host/nacl_broker_host_win.h',
3998 'browser/nacl_host/nacl_broker_service_win.cc',
3999 'browser/nacl_host/nacl_broker_service_win.h',
4000 'browser/nacl_host/nacl_process_host.cc',
4001 'browser/nacl_host/nacl_process_host.h',
4002 ],
4003 }],
4000 ['buildtype=="Official"', { 4004 ['buildtype=="Official"', {
4001 'sources!': [ 4005 'sources!': [
4002 'browser/protector/keys.cc', 4006 'browser/protector/keys.cc',
4003 ], 4007 ],
4004 }], 4008 }],
4005 ['buildtype!="Official"', { 4009 ['buildtype!="Official"', {
4006 'sources!': [ 4010 'sources!': [
4007 'browser/protector/internal/keys_internal.cc', 4011 'browser/protector/internal/keys_internal.cc',
4008 ], 4012 ],
4009 }], 4013 }],
(...skipping 1272 matching lines...) Expand 10 before | Expand all | Expand 10 after
5282 'type': 'static_library', 5286 'type': 'static_library',
5283 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5287 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5284 'variables': { 5288 'variables': {
5285 'proto_in_dir': 'browser/history', 5289 'proto_in_dir': 'browser/history',
5286 'proto_out_dir': 'chrome/browser/history', 5290 'proto_out_dir': 'chrome/browser/history',
5287 }, 5291 },
5288 'includes': [ '../build/protoc.gypi' ] 5292 'includes': [ '../build/protoc.gypi' ]
5289 }, 5293 },
5290 ], 5294 ],
5291 } 5295 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/chrome_render_message_filter.cc ('k') | chrome/renderer/chrome_ppapi_interfaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698