| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'app_base_target': 0, | 8 'app_base_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 'hi_res_timer_manager_posix.cc', | 21 'hi_res_timer_manager_posix.cc', |
| 22 'hi_res_timer_manager_win.cc', | 22 'hi_res_timer_manager_win.cc', |
| 23 'hi_res_timer_manager.h', | 23 'hi_res_timer_manager.h', |
| 24 'system_monitor.cc', | 24 'system_monitor.cc', |
| 25 'system_monitor.h', | 25 'system_monitor.h', |
| 26 'system_monitor_posix.cc', | 26 'system_monitor_posix.cc', |
| 27 'system_monitor_win.cc', | 27 'system_monitor_win.cc', |
| 28 'tree_model.h', | 28 'tree_model.h', |
| 29 'tree_node_iterator.h', | 29 'tree_node_iterator.h', |
| 30 'tree_node_model.h', | 30 'tree_node_model.h', |
| 31 'win/window_impl.cc', | |
| 32 'win/window_impl.h', | |
| 33 ], | 31 ], |
| 34 'include_dirs': [ | 32 'include_dirs': [ |
| 35 '..', | 33 '..', |
| 36 '<(DEPTH)/third_party/wtl/include', | 34 '<(DEPTH)/third_party/wtl/include', |
| 37 ], | 35 ], |
| 38 'conditions': [ | 36 'conditions': [ |
| 39 ['OS=="win"', { | 37 ['OS=="win"', { |
| 40 'sources': [ | 38 'sources': [ |
| 41 'win_util.cc', | 39 'win_util.cc', |
| 42 'win_util.h', | 40 'win_util.h', |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 ['OS!="win"', { | 288 ['OS!="win"', { |
| 291 'sources!': [ | 289 'sources!': [ |
| 292 'drag_drop_types.h', | 290 'drag_drop_types.h', |
| 293 'gfx/gdi_util.cc', | 291 'gfx/gdi_util.cc', |
| 294 'gfx/gdi_util.h', | 292 'gfx/gdi_util.h', |
| 295 'gfx/icon_util.cc', | 293 'gfx/icon_util.cc', |
| 296 'gfx/icon_util.h', | 294 'gfx/icon_util.h', |
| 297 'gfx/native_theme_win.cc', | 295 'gfx/native_theme_win.cc', |
| 298 'gfx/native_theme_win.h', | 296 'gfx/native_theme_win.h', |
| 299 'os_exchange_data.cc', | 297 'os_exchange_data.cc', |
| 300 'win/window_impl.cc', | |
| 301 'win/window_impl.h', | |
| 302 ], | 298 ], |
| 303 }], | 299 }], |
| 304 ['OS=="linux"', { | 300 ['OS=="linux"', { |
| 305 'sources': [ | 301 'sources': [ |
| 306 'gfx/gl/gl_context_egl.cc', | 302 'gfx/gl/gl_context_egl.cc', |
| 307 'gfx/gl/gl_context_egl.h', | 303 'gfx/gl/gl_context_egl.h', |
| 308 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.cc', | 304 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.cc', |
| 309 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.h', | 305 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.h', |
| 310 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.cc', | 306 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.cc', |
| 311 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.h', | 307 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.h', |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 'configurations': { | 390 'configurations': { |
| 395 'Common_Base': { | 391 'Common_Base': { |
| 396 'msvs_target_platform': 'x64', | 392 'msvs_target_platform': 'x64', |
| 397 }, | 393 }, |
| 398 }, | 394 }, |
| 399 }, | 395 }, |
| 400 ], | 396 ], |
| 401 }], | 397 }], |
| 402 ], | 398 ], |
| 403 } | 399 } |
| OLD | NEW |