| 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 'ui_resources.gypi', | 10 'ui_resources.gypi', |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 'base/view_prop.cc', | 250 'base/view_prop.cc', |
| 251 'base/view_prop.h', | 251 'base/view_prop.h', |
| 252 'base/win/atl_module.h', | 252 'base/win/atl_module.h', |
| 253 'base/win/dpi.cc', | 253 'base/win/dpi.cc', |
| 254 'base/win/dpi.h', | 254 'base/win/dpi.h', |
| 255 'base/win/events_win.cc', | 255 'base/win/events_win.cc', |
| 256 'base/win/foreground_helper.cc', | 256 'base/win/foreground_helper.cc', |
| 257 'base/win/foreground_helper.h', | 257 'base/win/foreground_helper.h', |
| 258 'base/win/hwnd_util.cc', | 258 'base/win/hwnd_util.cc', |
| 259 'base/win/hwnd_util.h', | 259 'base/win/hwnd_util.h', |
| 260 'base/win/hwnd_subclass.cc', |
| 261 'base/win/hwnd_subclass.h', |
| 260 'base/win/ime_input.cc', | 262 'base/win/ime_input.cc', |
| 261 'base/win/ime_input.h', | 263 'base/win/ime_input.h', |
| 262 'base/win/message_box_win.cc', | 264 'base/win/message_box_win.cc', |
| 263 'base/win/message_box_win.h', | 265 'base/win/message_box_win.h', |
| 264 'base/win/mouse_wheel_util.cc', | 266 'base/win/mouse_wheel_util.cc', |
| 265 'base/win/mouse_wheel_util.h', | 267 'base/win/mouse_wheel_util.h', |
| 266 'base/win/scoped_ole_initializer.cc', | 268 'base/win/scoped_ole_initializer.cc', |
| 267 'base/win/scoped_ole_initializer.h', | 269 'base/win/scoped_ole_initializer.h', |
| 268 'base/win/scoped_set_map_mode.h', | 270 'base/win/scoped_set_map_mode.h', |
| 269 'base/win/shell.cc', | 271 'base/win/shell.cc', |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 'gfx/native_theme_aura.cc', | 454 'gfx/native_theme_aura.cc', |
| 453 'gfx/native_theme_aura.h', | 455 'gfx/native_theme_aura.h', |
| 454 'base/cursor/cursor.cc', | 456 'base/cursor/cursor.cc', |
| 455 'base/cursor/cursor.h', | 457 'base/cursor/cursor.h', |
| 456 'base/cursor/cursor_win.cc', | 458 'base/cursor/cursor_win.cc', |
| 457 'base/cursor/cursor_x11.cc', | 459 'base/cursor/cursor_x11.cc', |
| 458 ] | 460 ] |
| 459 }], | 461 }], |
| 460 ['use_aura==1 and OS=="win"', { | 462 ['use_aura==1 and OS=="win"', { |
| 461 'sources/': [ | 463 'sources/': [ |
| 462 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'], | 464 ['exclude', 'base/dragdrop/os_exchange_data_provider_aura.cc'], |
| 463 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.h'], | 465 ['exclude', 'base/dragdrop/os_exchange_data_provider_aura.h'], |
| 464 ['exclude', 'gfx/native_theme_win.cc'], | 466 ['exclude', 'gfx/native_theme_win.cc'], |
| 465 ['exclude', 'gfx/native_theme_win.h'], | 467 ['exclude', 'gfx/native_theme_win.h'], |
| 466 ['exclude', 'gfx/path_win.cc'], | 468 ['exclude', 'gfx/path_win.cc'], |
| 467 ], | 469 ], |
| 468 }], | 470 }], |
| 469 ['use_aura==0 and toolkit_views==0', { | 471 ['use_aura==0 and toolkit_views==0', { |
| 470 'sources/': [ | 472 'sources/': [ |
| 471 ['exclude', '^base/gestures/*'], | 473 ['exclude', '^base/gestures/*'], |
| 472 ] | 474 ] |
| 473 }], | 475 }], |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 742 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 744 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 743 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 745 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 744 ] | 746 ] |
| 745 } | 747 } |
| 746 ], | 748 ], |
| 747 }, | 749 }, |
| 748 ], | 750 ], |
| 749 }], | 751 }], |
| 750 ], | 752 ], |
| 751 } | 753 } |
| OLD | NEW |