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

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

Powered by Google App Engine
This is Rietveld 408576698