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

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: rebase DEPS 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 3288 matching lines...) Expand 10 before | Expand all | Expand 10 after
3299 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', 3299 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework',
3300 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 3300 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
3301 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework', 3301 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework',
3302 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 3302 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
3303 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 3303 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
3304 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' , 3304 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' ,
3305 ], 3305 ],
3306 }, 3306 },
3307 'sources': [ 3307 'sources': [
3308 # Build the necessary GTM sources 3308 # Build the necessary GTM sources
3309 '../third_party/GTM/Foundation/GTMServiceManagement.h', 3309 '../third_party/google_toolbox_for_mac/src/Foundation/GTMServiceMana gement.h',
3310 '../third_party/GTM/Foundation/GTMServiceManagement.c', 3310 '../third_party/google_toolbox_for_mac/src/Foundation/GTMServiceMana gement.c',
3311 ], 3311 ],
3312 'include_dirs': [ 3312 'include_dirs': [
3313 '../third_party/GTM', 3313 '../third_party/google_toolbox_for_mac/src',
3314 '../third_party/GTM/Foundation', 3314 '../third_party/google_toolbox_for_mac/src/Foundation',
3315 ], 3315 ],
3316 }], 3316 }],
3317 ['enable_rlz==1', { 3317 ['enable_rlz==1', {
3318 'dependencies': [ 3318 'dependencies': [
3319 '../rlz/rlz.gyp:rlz_lib', 3319 '../rlz/rlz.gyp:rlz_lib',
3320 ], 3320 ],
3321 }, { # enable_rlz!=1 3321 }, { # enable_rlz!=1
3322 'sources/': [ 3322 'sources/': [
3323 # Exclude all of rlz. 3323 # Exclude all of rlz.
3324 ['exclude', '^browser/rlz/'], 3324 ['exclude', '^browser/rlz/'],
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698