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