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 3295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3306 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', | 3306 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', |
3307 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', | 3307 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', |
3308 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework', | 3308 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework', |
3309 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 3309 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
3310 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 3310 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
3311 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' , | 3311 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' , |
3312 ], | 3312 ], |
3313 }, | 3313 }, |
3314 'sources': [ | 3314 'sources': [ |
3315 # Build the necessary GTM sources | 3315 # Build the necessary GTM sources |
3316 '../third_party/GTM/Foundation/GTMServiceManagement.h', | 3316 '../third_party/google_toolbox_for_mac/src/Foundation/GTMServiceMana gement.h', |
Mark Mentovai
2013/12/13 23:03:20
Shouldn’t this be built in the new GTM target now,
tfarina
2013/12/16 02:42:03
Done.
tfarina
2013/12/16 02:42:03
Done.
| |
3317 '../third_party/GTM/Foundation/GTMServiceManagement.c', | 3317 '../third_party/google_toolbox_for_mac/src/Foundation/GTMServiceMana gement.c', |
3318 ], | 3318 ], |
3319 'include_dirs': [ | 3319 'include_dirs': [ |
3320 '../third_party/GTM', | 3320 '../third_party/google_toolbox_for_mac/src', |
3321 '../third_party/GTM/Foundation', | 3321 '../third_party/google_toolbox_for_mac/src/Foundation', |
3322 ], | 3322 ], |
3323 }], | 3323 }], |
3324 ['enable_rlz==1', { | 3324 ['enable_rlz==1', { |
3325 'dependencies': [ | 3325 'dependencies': [ |
3326 '../rlz/rlz.gyp:rlz_lib', | 3326 '../rlz/rlz.gyp:rlz_lib', |
3327 ], | 3327 ], |
3328 }, { # enable_rlz!=1 | 3328 }, { # enable_rlz!=1 |
3329 'sources/': [ | 3329 'sources/': [ |
3330 # Exclude all of rlz. | 3330 # Exclude all of rlz. |
3331 ['exclude', '^browser/rlz/'], | 3331 ['exclude', '^browser/rlz/'], |
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3645 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3645 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3646 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], | 3646 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], |
3647 }, | 3647 }, |
3648 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3648 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3649 }, | 3649 }, |
3650 ], | 3650 ], |
3651 }, | 3651 }, |
3652 ], | 3652 ], |
3653 ], | 3653 ], |
3654 } | 3654 } |
OLD | NEW |