| 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 'base/win/mouse_wheel_util.h', | 297 'base/win/mouse_wheel_util.h', |
| 298 'base/win/scoped_ole_initializer.cc', | 298 'base/win/scoped_ole_initializer.cc', |
| 299 'base/win/scoped_ole_initializer.h', | 299 'base/win/scoped_ole_initializer.h', |
| 300 'base/win/scoped_set_map_mode.h', | 300 'base/win/scoped_set_map_mode.h', |
| 301 'base/win/shell.cc', | 301 'base/win/shell.cc', |
| 302 'base/win/shell.h', | 302 'base/win/shell.h', |
| 303 'base/win/singleton_hwnd.cc', | 303 'base/win/singleton_hwnd.cc', |
| 304 'base/win/singleton_hwnd.h', | 304 'base/win/singleton_hwnd.h', |
| 305 'base/win/window_impl.cc', | 305 'base/win/window_impl.cc', |
| 306 'base/win/window_impl.h', | 306 'base/win/window_impl.h', |
| 307 'base/window_open_disposition.cc', |
| 307 'base/window_open_disposition.h', | 308 'base/window_open_disposition.h', |
| 308 'base/work_area_watcher_observer.h', | 309 'base/work_area_watcher_observer.h', |
| 309 'base/x/active_window_watcher_x.cc', | 310 'base/x/active_window_watcher_x.cc', |
| 310 'base/x/active_window_watcher_x.h', | 311 'base/x/active_window_watcher_x.h', |
| 311 'base/x/active_window_watcher_x_observer.h', | 312 'base/x/active_window_watcher_x_observer.h', |
| 312 'base/x/device_list_cache_x.cc', | 313 'base/x/device_list_cache_x.cc', |
| 313 'base/x/device_list_cache_x.h', | 314 'base/x/device_list_cache_x.h', |
| 314 'base/x/events_x.cc', | 315 'base/x/events_x.cc', |
| 315 'base/x/root_window_property_watcher_x.cc', | 316 'base/x/root_window_property_watcher_x.cc', |
| 316 'base/x/root_window_property_watcher_x.h', | 317 'base/x/root_window_property_watcher_x.h', |
| (...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 730 ], | 731 ], |
| 731 'sources!': [ | 732 'sources!': [ |
| 732 'base/dragdrop/drag_source.cc', | 733 'base/dragdrop/drag_source.cc', |
| 733 'base/dragdrop/drag_source.h', | 734 'base/dragdrop/drag_source.h', |
| 734 'base/dragdrop/drag_drop_types.h', | 735 'base/dragdrop/drag_drop_types.h', |
| 735 'base/dragdrop/drop_target.cc', | 736 'base/dragdrop/drop_target.cc', |
| 736 'base/dragdrop/drop_target.h', | 737 'base/dragdrop/drop_target.h', |
| 737 'base/dragdrop/os_exchange_data.cc', | 738 'base/dragdrop/os_exchange_data.cc', |
| 738 ], | 739 ], |
| 739 'sources/': [ | 740 'sources/': [ |
| 740 ['exclude', '^base/win/*'], | 741 ['exclude', '^base/win/'], |
| 741 ], | 742 ], |
| 742 }], | 743 }], |
| 743 ['OS=="mac"', { | 744 ['OS=="mac"', { |
| 744 'sources!': [ | 745 'sources!': [ |
| 745 'base/dragdrop/drag_utils.cc', | 746 'base/dragdrop/drag_utils.cc', |
| 746 'base/dragdrop/drag_utils.h', | 747 'base/dragdrop/drag_utils.h', |
| 747 'base/touch/touch_factory.cc', | 748 'base/touch/touch_factory.cc', |
| 748 'base/touch/touch_factory.h', | 749 'base/touch/touch_factory.h', |
| 749 'gfx/pango_util.h', | 750 'gfx/pango_util.h', |
| 750 'gfx/pango_util.cc', | 751 'gfx/pango_util.cc', |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 928 'link_settings': { | 929 'link_settings': { |
| 929 'libraries': [ | 930 'libraries': [ |
| 930 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', | 931 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', |
| 931 ], | 932 ], |
| 932 }, | 933 }, |
| 933 }, | 934 }, |
| 934 ], | 935 ], |
| 935 }], | 936 }], |
| 936 ], | 937 ], |
| 937 } | 938 } |
| OLD | NEW |