| OLD | NEW |
| 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 2831 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2842 'browser/nacl_host/nacl_file_host.cc', | 2842 'browser/nacl_host/nacl_file_host.cc', |
| 2843 'browser/nacl_host/nacl_file_host.h', | 2843 'browser/nacl_host/nacl_file_host.h', |
| 2844 'browser/nacl_host/nacl_host_message_filter.cc', | 2844 'browser/nacl_host/nacl_host_message_filter.cc', |
| 2845 'browser/nacl_host/nacl_host_message_filter.h', | 2845 'browser/nacl_host/nacl_host_message_filter.h', |
| 2846 'browser/nacl_host/nacl_infobar_delegate.cc', | 2846 'browser/nacl_host/nacl_infobar_delegate.cc', |
| 2847 'browser/nacl_host/nacl_infobar_delegate.h', | 2847 'browser/nacl_host/nacl_infobar_delegate.h', |
| 2848 'browser/nacl_host/nacl_process_host.cc', | 2848 'browser/nacl_host/nacl_process_host.cc', |
| 2849 'browser/nacl_host/nacl_process_host.h', | 2849 'browser/nacl_host/nacl_process_host.h', |
| 2850 'browser/nacl_host/pnacl_host.cc', | 2850 'browser/nacl_host/pnacl_host.cc', |
| 2851 'browser/nacl_host/pnacl_host.h', | 2851 'browser/nacl_host/pnacl_host.h', |
| 2852 'browser/nacl_host/pnacl_translation_cache.cc', | |
| 2853 'browser/nacl_host/pnacl_translation_cache.h', | |
| 2854 '../components/nacl/common/nacl_debug_exception_handler_win.cc', | 2852 '../components/nacl/common/nacl_debug_exception_handler_win.cc', |
| 2855 '../components/nacl/common/nacl_debug_exception_handler_win.h', | 2853 '../components/nacl/common/nacl_debug_exception_handler_win.h', |
| 2856 ], | 2854 ], |
| 2857 'dependencies': [ | 2855 'dependencies': [ |
| 2858 '../components/nacl.gyp:nacl_browser', | 2856 '../components/nacl.gyp:nacl_browser', |
| 2859 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se
l', | 2857 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se
l', |
| 2860 ], | 2858 ], |
| 2861 }], | 2859 }], |
| 2862 ['debug_devtools==1', { | 2860 ['debug_devtools==1', { |
| 2863 'defines': [ | 2861 'defines': [ |
| (...skipping 911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3775 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3773 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3776 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3774 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3777 }, | 3775 }, |
| 3778 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3776 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3779 }, | 3777 }, |
| 3780 ], | 3778 ], |
| 3781 }, | 3779 }, |
| 3782 ], | 3780 ], |
| 3783 ], | 3781 ], |
| 3784 } | 3782 } |
| OLD | NEW |