| 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 2764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2775 ['debug_devtools==1', { | 2775 ['debug_devtools==1', { |
| 2776 'defines': [ | 2776 'defines': [ |
| 2777 'DEBUG_DEVTOOLS=1', | 2777 'DEBUG_DEVTOOLS=1', |
| 2778 ], | 2778 ], |
| 2779 }], | 2779 }], |
| 2780 ['configuration_policy==1', { | 2780 ['configuration_policy==1', { |
| 2781 'sources!': [ | 2781 'sources!': [ |
| 2782 'browser/policy/profile_policy_connector_stub.cc', | 2782 'browser/policy/profile_policy_connector_stub.cc', |
| 2783 ], | 2783 ], |
| 2784 'dependencies': [ | 2784 'dependencies': [ |
| 2785 'app/policy/cloud_policy_codegen.gyp:policy', | |
| 2786 '../components/components.gyp:cloud_policy_proto', | 2785 '../components/components.gyp:cloud_policy_proto', |
| 2786 '../components/components.gyp:policy', |
| 2787 ], | 2787 ], |
| 2788 'conditions': [ | 2788 'conditions': [ |
| 2789 ['OS!="android"', { | 2789 ['OS!="android"', { |
| 2790 'dependencies': [ | 2790 'dependencies': [ |
| 2791 'policy_path_parser', | 2791 'policy_path_parser', |
| 2792 ], | 2792 ], |
| 2793 }], | 2793 }], |
| 2794 ], | 2794 ], |
| 2795 }, { # configuration_policy==0 | 2795 }, { # configuration_policy==0 |
| 2796 'sources/': [ | 2796 'sources/': [ |
| (...skipping 841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3638 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3638 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3639 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3639 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3640 }, | 3640 }, |
| 3641 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3641 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3642 }, | 3642 }, |
| 3643 ], | 3643 ], |
| 3644 }, | 3644 }, |
| 3645 ], | 3645 ], |
| 3646 ], | 3646 ], |
| 3647 } | 3647 } |
| OLD | NEW |