| OLD | NEW |
| 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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 4410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4421 '../third_party/molokocacao/NSBezierPath+MCAdditions.m', | 4421 '../third_party/molokocacao/NSBezierPath+MCAdditions.m', |
| 4422 # Build necessary Mozilla sources | 4422 # Build necessary Mozilla sources |
| 4423 '../third_party/mozilla/NSScreen+Utils.h', | 4423 '../third_party/mozilla/NSScreen+Utils.h', |
| 4424 '../third_party/mozilla/NSScreen+Utils.m', | 4424 '../third_party/mozilla/NSScreen+Utils.m', |
| 4425 '../third_party/mozilla/NSString+Utils.h', | 4425 '../third_party/mozilla/NSString+Utils.h', |
| 4426 '../third_party/mozilla/NSString+Utils.mm', | 4426 '../third_party/mozilla/NSString+Utils.mm', |
| 4427 '../third_party/mozilla/NSURL+Utils.h', | 4427 '../third_party/mozilla/NSURL+Utils.h', |
| 4428 '../third_party/mozilla/NSURL+Utils.m', | 4428 '../third_party/mozilla/NSURL+Utils.m', |
| 4429 '../third_party/mozilla/NSWorkspace+Utils.h', | 4429 '../third_party/mozilla/NSWorkspace+Utils.h', |
| 4430 '../third_party/mozilla/NSWorkspace+Utils.m', | 4430 '../third_party/mozilla/NSWorkspace+Utils.m', |
| 4431 # Headers so that IB can find classes it needs to resolve classes | |
| 4432 # in XIB files. | |
| 4433 'common/chrome_application_mac.h', | |
| 4434 ], | 4431 ], |
| 4435 'include_dirs': [ | 4432 'include_dirs': [ |
| 4436 '../third_party/apple', | 4433 '../third_party/apple', |
| 4437 '../third_party/GTM', | 4434 '../third_party/GTM', |
| 4438 '../third_party/GTM/AppKit', | 4435 '../third_party/GTM/AppKit', |
| 4439 '../third_party/GTM/DebugUtils', | 4436 '../third_party/GTM/DebugUtils', |
| 4440 '../third_party/GTM/Foundation', | 4437 '../third_party/GTM/Foundation', |
| 4441 ], | 4438 ], |
| 4442 'link_settings': { | 4439 'link_settings': { |
| 4443 'libraries': [ | 4440 'libraries': [ |
| (...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5243 'type': 'static_library', | 5240 'type': 'static_library', |
| 5244 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5241 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5245 'variables': { | 5242 'variables': { |
| 5246 'proto_in_dir': 'browser/history', | 5243 'proto_in_dir': 'browser/history', |
| 5247 'proto_out_dir': 'chrome/browser/history', | 5244 'proto_out_dir': 'chrome/browser/history', |
| 5248 }, | 5245 }, |
| 5249 'includes': [ '../build/protoc.gypi' ] | 5246 'includes': [ '../build/protoc.gypi' ] |
| 5250 }, | 5247 }, |
| 5251 ], | 5248 ], |
| 5252 } | 5249 } |
| OLD | NEW |