| 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 }, | 7 }, |
| 8 'target_defaults': { | 8 'target_defaults': { |
| 9 'conditions': [ | 9 'conditions': [ |
| 10 ['use_aura==1', { | 10 ['use_aura==1', { |
| (...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 'win/scoped_fullscreen_visibility.cc', | 423 'win/scoped_fullscreen_visibility.cc', |
| 424 'win/scoped_fullscreen_visibility.h', | 424 'win/scoped_fullscreen_visibility.h', |
| 425 'window/client_view.cc', | 425 'window/client_view.cc', |
| 426 'window/client_view.h', | 426 'window/client_view.h', |
| 427 'window/custom_frame_view.cc', | 427 'window/custom_frame_view.cc', |
| 428 'window/custom_frame_view.h', | 428 'window/custom_frame_view.h', |
| 429 'window/dialog_client_view.cc', | 429 'window/dialog_client_view.cc', |
| 430 'window/dialog_client_view.h', | 430 'window/dialog_client_view.h', |
| 431 'window/dialog_delegate.cc', | 431 'window/dialog_delegate.cc', |
| 432 'window/dialog_delegate.h', | 432 'window/dialog_delegate.h', |
| 433 'window/dialog_frame_view.cc', |
| 434 'window/dialog_frame_view.h', |
| 433 'window/frame_background.cc', | 435 'window/frame_background.cc', |
| 434 'window/frame_background.h', | 436 'window/frame_background.h', |
| 435 'window/native_frame_view.cc', | 437 'window/native_frame_view.cc', |
| 436 'window/native_frame_view.h', | 438 'window/native_frame_view.h', |
| 437 'window/non_client_view.cc', | 439 'window/non_client_view.cc', |
| 438 'window/non_client_view.h', | 440 'window/non_client_view.h', |
| 439 'window/window_resources.h', | 441 'window/window_resources.h', |
| 440 'window/window_shape.cc', | 442 'window/window_shape.cc', |
| 441 'window/window_shape.h', | 443 'window/window_shape.h', |
| 442 ], | 444 ], |
| (...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 980 'sources/': [ | 982 'sources/': [ |
| 981 # This is needed because the aura rule strips it from the default | 983 # This is needed because the aura rule strips it from the default |
| 982 # sources list. | 984 # sources list. |
| 983 ['include', '^../../content/app/startup_helper_win.cc'], | 985 ['include', '^../../content/app/startup_helper_win.cc'], |
| 984 ], | 986 ], |
| 985 }], | 987 }], |
| 986 ], | 988 ], |
| 987 }, # target_name: views_examples_with_content_exe | 989 }, # target_name: views_examples_with_content_exe |
| 988 ], | 990 ], |
| 989 } | 991 } |
| OLD | NEW |