| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 'shell_dialogs.gypi', | 10 'shell_dialogs.gypi', |
| (...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 509 'gfx/vector2d.cc', | 509 'gfx/vector2d.cc', |
| 510 'gfx/vector2d.h', | 510 'gfx/vector2d.h', |
| 511 'gfx/vector2d_conversions.cc', | 511 'gfx/vector2d_conversions.cc', |
| 512 'gfx/vector2d_conversions.h', | 512 'gfx/vector2d_conversions.h', |
| 513 'gfx/vector2d_f.cc', | 513 'gfx/vector2d_f.cc', |
| 514 'gfx/vector2d_f.h', | 514 'gfx/vector2d_f.h', |
| 515 'gfx/vector3d_f.cc', | 515 'gfx/vector3d_f.cc', |
| 516 'gfx/vector3d_f.h', | 516 'gfx/vector3d_f.h', |
| 517 'gfx/video_decode_acceleration_support_mac.h', | 517 'gfx/video_decode_acceleration_support_mac.h', |
| 518 'gfx/video_decode_acceleration_support_mac.mm', | 518 'gfx/video_decode_acceleration_support_mac.mm', |
| 519 'notifications/notification_types.h', | |
| 520 'notifications/notification_types.cc', | |
| 521 'webui/jstemplate_builder.cc', | 519 'webui/jstemplate_builder.cc', |
| 522 'webui/jstemplate_builder.h', | 520 'webui/jstemplate_builder.h', |
| 523 'webui/web_ui_util.cc', | 521 'webui/web_ui_util.cc', |
| 524 'webui/web_ui_util.h', | 522 'webui/web_ui_util.h', |
| 525 ], | 523 ], |
| 526 'target_conditions': [ | 524 'target_conditions': [ |
| 527 ['OS == "ios"', { | 525 ['OS == "ios"', { |
| 528 'sources/': [ | 526 'sources/': [ |
| 529 ['include', '^base/l10n/l10n_util_mac\\.mm$'], | 527 ['include', '^base/l10n/l10n_util_mac\\.mm$'], |
| 530 ], | 528 ], |
| (...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 937 'link_settings': { | 935 'link_settings': { |
| 938 'libraries': [ | 936 'libraries': [ |
| 939 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', | 937 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', |
| 940 ], | 938 ], |
| 941 }, | 939 }, |
| 942 }, | 940 }, |
| 943 ], | 941 ], |
| 944 }], | 942 }], |
| 945 ], | 943 ], |
| 946 } | 944 } |
| OLD | NEW |