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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 107933006: Get rid of ui_cocoa_third_party_toolkits target from ui.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ADD README.chromium Created 7 years 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 3295 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698