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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
598 'gfx/vector3d_f.h', | 598 'gfx/vector3d_f.h', |
599 'gfx/win/dpi.cc', | 599 'gfx/win/dpi.cc', |
600 'gfx/win/dpi.h', | 600 'gfx/win/dpi.h', |
601 'gfx/win/hwnd_util.cc', | 601 'gfx/win/hwnd_util.cc', |
602 'gfx/win/hwnd_util.h', | 602 'gfx/win/hwnd_util.h', |
603 'gfx/win/scoped_set_map_mode.h', | 603 'gfx/win/scoped_set_map_mode.h', |
604 'gfx/win/singleton_hwnd.cc', | 604 'gfx/win/singleton_hwnd.cc', |
605 'gfx/win/singleton_hwnd.h', | 605 'gfx/win/singleton_hwnd.h', |
606 'gfx/win/window_impl.cc', | 606 'gfx/win/window_impl.cc', |
607 'gfx/win/window_impl.h', | 607 'gfx/win/window_impl.h', |
| 608 'gfx/x/x11_types.cc', |
| 609 'gfx/x/x11_types.h', |
608 'webui/jstemplate_builder.cc', | 610 'webui/jstemplate_builder.cc', |
609 'webui/jstemplate_builder.h', | 611 'webui/jstemplate_builder.h', |
610 'webui/web_ui_util.cc', | 612 'webui/web_ui_util.cc', |
611 'webui/web_ui_util.h', | 613 'webui/web_ui_util.h', |
612 ], | 614 ], |
613 'target_conditions': [ | 615 'target_conditions': [ |
614 ['OS == "ios"', { | 616 ['OS == "ios"', { |
615 'sources/': [ | 617 'sources/': [ |
616 ['include', '^base/l10n/l10n_util_mac\\.mm$'], | 618 ['include', '^base/l10n/l10n_util_mac\\.mm$'], |
617 ], | 619 ], |
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1083 'xcode_settings': { | 1085 'xcode_settings': { |
1084 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1086 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
1085 }, | 1087 }, |
1086 }], | 1088 }], |
1087 ], | 1089 ], |
1088 }, | 1090 }, |
1089 ], | 1091 ], |
1090 }], | 1092 }], |
1091 ], | 1093 ], |
1092 } | 1094 } |
OLD | NEW |