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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8437088: Copy libWebKitSystemInterfaceLeopard.a into third_party/apple/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move it around Created 9 years, 1 month 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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 10 'dependencies': [
(...skipping 4360 matching lines...) Expand 10 before | Expand all | Expand 10 after
4371 'browser/ui/panels/panel_browser_frame_view.h', 4371 'browser/ui/panels/panel_browser_frame_view.h',
4372 'browser/ui/panels/panel_browser_view.cc', 4372 'browser/ui/panels/panel_browser_view.cc',
4373 'browser/ui/panels/panel_browser_view.h', 4373 'browser/ui/panels/panel_browser_view.h',
4374 'browser/ui/tabs/dock_info.cc', 4374 'browser/ui/tabs/dock_info.cc',
4375 'browser/ui/tabs/tab_resources.cc', 4375 'browser/ui/tabs/tab_resources.cc',
4376 'browser/ui/views/extensions/extension_view.cc', 4376 'browser/ui/views/extensions/extension_view.cc',
4377 'browser/ui/views/extensions/extension_view.h', 4377 'browser/ui/views/extensions/extension_view.h',
4378 ], 4378 ],
4379 'sources': [ 4379 'sources': [
4380 # Build Apple sample code 4380 # Build Apple sample code
4381 '../third_party/apple/ImageAndTextCell.h', 4381 '../third_party/apple_sample_code/ImageAndTextCell.h',
4382 '../third_party/apple/ImageAndTextCell.m', 4382 '../third_party/apple_sample_code/ImageAndTextCell.m',
4383 # Build the necessary GTM sources 4383 # Build the necessary GTM sources
4384 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.h', 4384 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.h',
4385 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.m', 4385 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.m',
4386 '../third_party/GTM/AppKit/GTMIBArray.h', 4386 '../third_party/GTM/AppKit/GTMIBArray.h',
4387 '../third_party/GTM/AppKit/GTMIBArray.m', 4387 '../third_party/GTM/AppKit/GTMIBArray.m',
4388 '../third_party/GTM/AppKit/GTMKeyValueAnimation.h', 4388 '../third_party/GTM/AppKit/GTMKeyValueAnimation.h',
4389 '../third_party/GTM/AppKit/GTMKeyValueAnimation.m', 4389 '../third_party/GTM/AppKit/GTMKeyValueAnimation.m',
4390 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.h', 4390 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.h',
4391 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.m', 4391 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.m',
4392 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.h', 4392 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.h',
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
5251 'type': 'static_library', 5251 'type': 'static_library',
5252 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5252 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5253 'variables': { 5253 'variables': {
5254 'proto_in_dir': 'browser/history', 5254 'proto_in_dir': 'browser/history',
5255 'proto_out_dir': 'chrome/browser/history', 5255 'proto_out_dir': 'chrome/browser/history',
5256 }, 5256 },
5257 'includes': [ '../build/protoc.gypi' ] 5257 'includes': [ '../build/protoc.gypi' ]
5258 }, 5258 },
5259 ], 5259 ],
5260 } 5260 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.mm ('k') | third_party/apple/ImageAndTextCell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698