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 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
503 'gfx/vector2d_conversions.cc', | 503 'gfx/vector2d_conversions.cc', |
504 'gfx/vector2d_conversions.h', | 504 'gfx/vector2d_conversions.h', |
505 'gfx/vector2d_f.cc', | 505 'gfx/vector2d_f.cc', |
506 'gfx/vector2d_f.h', | 506 'gfx/vector2d_f.h', |
507 'gfx/vector3d_f.cc', | 507 'gfx/vector3d_f.cc', |
508 'gfx/vector3d_f.h', | 508 'gfx/vector3d_f.h', |
509 'gfx/video_decode_acceleration_support_mac.h', | 509 'gfx/video_decode_acceleration_support_mac.h', |
510 'gfx/video_decode_acceleration_support_mac.mm', | 510 'gfx/video_decode_acceleration_support_mac.mm', |
511 'notifications/notification_types.h', | 511 'notifications/notification_types.h', |
512 'notifications/notification_types.cc', | 512 'notifications/notification_types.cc', |
| 513 'webui/jstemplate_builder.cc', |
| 514 'webui/jstemplate_builder.h', |
513 ], | 515 ], |
514 'target_conditions': [ | 516 'target_conditions': [ |
515 ['OS == "ios"', { | 517 ['OS == "ios"', { |
516 'sources/': [ | 518 'sources/': [ |
517 ['include', '^base/l10n/l10n_util_mac\\.mm$'], | 519 ['include', '^base/l10n/l10n_util_mac\\.mm$'], |
518 ], | 520 ], |
519 }], | 521 }], |
520 ], | 522 ], |
521 'conditions': [ | 523 'conditions': [ |
522 ['OS!="ios"', { | 524 ['OS!="ios"', { |
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
925 'link_settings': { | 927 'link_settings': { |
926 'libraries': [ | 928 'libraries': [ |
927 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', | 929 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', |
928 ], | 930 ], |
929 }, | 931 }, |
930 }, | 932 }, |
931 ], | 933 ], |
932 }], | 934 }], |
933 ], | 935 ], |
934 } | 936 } |
OLD | NEW |