| 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 2834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2845 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 2845 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
| 2846 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 2846 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
| 2847 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, | 2847 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, |
| 2848 ], | 2848 ], |
| 2849 }, | 2849 }, |
| 2850 'dependencies': [ | 2850 'dependencies': [ |
| 2851 '../third_party/icon_family/icon_family.gyp:icon_family', | 2851 '../third_party/icon_family/icon_family.gyp:icon_family', |
| 2852 ], | 2852 ], |
| 2853 'sources': [ | 2853 'sources': [ |
| 2854 # Build the necessary GTM sources | 2854 # Build the necessary GTM sources |
| 2855 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.h', | |
| 2856 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.m', | |
| 2857 '../third_party/GTM/Foundation/GTMServiceManagement.h', | 2855 '../third_party/GTM/Foundation/GTMServiceManagement.h', |
| 2858 '../third_party/GTM/Foundation/GTMServiceManagement.c', | 2856 '../third_party/GTM/Foundation/GTMServiceManagement.c', |
| 2859 ], | 2857 ], |
| 2860 'include_dirs': [ | 2858 'include_dirs': [ |
| 2861 '../third_party/GTM', | 2859 '../third_party/GTM', |
| 2862 '../third_party/GTM/DebugUtils', | |
| 2863 '../third_party/GTM/Foundation', | 2860 '../third_party/GTM/Foundation', |
| 2864 ], | 2861 ], |
| 2865 }], | 2862 }], |
| 2866 ['enable_rlz==1', { | 2863 ['enable_rlz==1', { |
| 2867 'dependencies': [ | 2864 'dependencies': [ |
| 2868 '../rlz/rlz.gyp:rlz_lib', | 2865 '../rlz/rlz.gyp:rlz_lib', |
| 2869 ], | 2866 ], |
| 2870 }, { # enable_rlz!=1 | 2867 }, { # enable_rlz!=1 |
| 2871 'sources/': [ | 2868 'sources/': [ |
| 2872 # Exclude all of rlz. | 2869 # Exclude all of rlz. |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3135 'variables': { | 3132 'variables': { |
| 3136 'jni_gen_dir': 'chrome', | 3133 'jni_gen_dir': 'chrome', |
| 3137 }, | 3134 }, |
| 3138 'includes': [ '../build/jni_generator.gypi' ], | 3135 'includes': [ '../build/jni_generator.gypi' ], |
| 3139 }, | 3136 }, |
| 3140 ], | 3137 ], |
| 3141 }, | 3138 }, |
| 3142 ], | 3139 ], |
| 3143 ], | 3140 ], |
| 3144 } | 3141 } |
| OLD | NEW |