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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 75463005: Move more files from chrome/browser/nacl_host/ to components/nacl/browser/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 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', 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 2817 matching lines...) Expand 10 before | Expand all | Expand 10 after
2828 ['enable_spellcheck==0', { 2828 ['enable_spellcheck==0', {
2829 'sources/': [ 2829 'sources/': [
2830 ['exclude', '^browser/spellchecker/'], 2830 ['exclude', '^browser/spellchecker/'],
2831 ], 2831 ],
2832 'dependencies!': [ 2832 'dependencies!': [
2833 '../third_party/hunspell/hunspell.gyp:hunspell', 2833 '../third_party/hunspell/hunspell.gyp:hunspell',
2834 ], 2834 ],
2835 }], 2835 }],
2836 ['disable_nacl==0', { 2836 ['disable_nacl==0', {
2837 'sources': [ 2837 'sources': [
2838 'browser/nacl_host/nacl_broker_host_win.cc',
2839 'browser/nacl_host/nacl_broker_host_win.h',
2840 'browser/nacl_host/nacl_broker_service_win.cc',
2841 'browser/nacl_host/nacl_broker_service_win.h',
2842 'browser/nacl_host/nacl_browser_delegate_impl.cc', 2838 'browser/nacl_host/nacl_browser_delegate_impl.cc',
2843 'browser/nacl_host/nacl_browser_delegate_impl.h', 2839 'browser/nacl_host/nacl_browser_delegate_impl.h',
2844 'browser/nacl_host/nacl_file_host.cc',
2845 'browser/nacl_host/nacl_file_host.h',
2846 'browser/nacl_host/nacl_host_message_filter.cc',
2847 'browser/nacl_host/nacl_host_message_filter.h',
2848 'browser/nacl_host/nacl_infobar_delegate.cc', 2840 'browser/nacl_host/nacl_infobar_delegate.cc',
2849 'browser/nacl_host/nacl_infobar_delegate.h', 2841 'browser/nacl_host/nacl_infobar_delegate.h',
2850 'browser/nacl_host/nacl_process_host.cc',
2851 'browser/nacl_host/nacl_process_host.h',
2852 'browser/nacl_host/pnacl_host.cc',
2853 'browser/nacl_host/pnacl_host.h',
2854 '../components/nacl/common/nacl_debug_exception_handler_win.cc',
2855 '../components/nacl/common/nacl_debug_exception_handler_win.h',
2856 ], 2842 ],
2857 'dependencies': [ 2843 'dependencies': [
2858 '../components/nacl.gyp:nacl_browser', 2844 '../components/nacl.gyp:nacl_browser',
2859 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l',
2860 ], 2845 ],
2861 }], 2846 }],
2862 ['debug_devtools==1', { 2847 ['debug_devtools==1', {
2863 'defines': [ 2848 'defines': [
2864 'DEBUG_DEVTOOLS=1', 2849 'DEBUG_DEVTOOLS=1',
2865 ], 2850 ],
2866 }], 2851 }],
2867 ['configuration_policy==1', { 2852 ['configuration_policy==1', {
2868 'sources!': [ 2853 'sources!': [
2869 'browser/policy/policy_service_stub.cc', 2854 'browser/policy/policy_service_stub.cc',
(...skipping 902 matching lines...) Expand 10 before | Expand all | Expand 10 after
3772 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3757 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3773 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3758 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3774 }, 3759 },
3775 'includes': [ '../build/android/java_cpp_template.gypi' ], 3760 'includes': [ '../build/android/java_cpp_template.gypi' ],
3776 }, 3761 },
3777 ], 3762 ],
3778 }, 3763 },
3779 ], 3764 ],
3780 ], 3765 ],
3781 } 3766 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698