| 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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 'win/scoped_fullscreen_visibility.cc', | 416 'win/scoped_fullscreen_visibility.cc', |
| 417 'win/scoped_fullscreen_visibility.h', | 417 'win/scoped_fullscreen_visibility.h', |
| 418 'window/client_view.cc', | 418 'window/client_view.cc', |
| 419 'window/client_view.h', | 419 'window/client_view.h', |
| 420 'window/custom_frame_view.cc', | 420 'window/custom_frame_view.cc', |
| 421 'window/custom_frame_view.h', | 421 'window/custom_frame_view.h', |
| 422 'window/dialog_client_view.cc', | 422 'window/dialog_client_view.cc', |
| 423 'window/dialog_client_view.h', | 423 'window/dialog_client_view.h', |
| 424 'window/dialog_delegate.cc', | 424 'window/dialog_delegate.cc', |
| 425 'window/dialog_delegate.h', | 425 'window/dialog_delegate.h', |
| 426 'window/dialog_frame_view.cc', | |
| 427 'window/dialog_frame_view.h', | |
| 428 'window/frame_background.cc', | 426 'window/frame_background.cc', |
| 429 'window/frame_background.h', | 427 'window/frame_background.h', |
| 430 'window/native_frame_view.cc', | 428 'window/native_frame_view.cc', |
| 431 'window/native_frame_view.h', | 429 'window/native_frame_view.h', |
| 432 'window/non_client_view.cc', | 430 'window/non_client_view.cc', |
| 433 'window/non_client_view.h', | 431 'window/non_client_view.h', |
| 434 'window/window_resources.h', | 432 'window/window_resources.h', |
| 435 'window/window_shape.cc', | 433 'window/window_shape.cc', |
| 436 'window/window_shape.h', | 434 'window/window_shape.h', |
| 437 ], | 435 ], |
| (...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 965 'sources/': [ | 963 'sources/': [ |
| 966 # This is needed because the aura rule strips it from the default | 964 # This is needed because the aura rule strips it from the default |
| 967 # sources list. | 965 # sources list. |
| 968 ['include', '^../../content/app/startup_helper_win.cc'], | 966 ['include', '^../../content/app/startup_helper_win.cc'], |
| 969 ], | 967 ], |
| 970 }], | 968 }], |
| 971 ], | 969 ], |
| 972 }, # target_name: views_examples_with_content_exe | 970 }, # target_name: views_examples_with_content_exe |
| 973 ], | 971 ], |
| 974 } | 972 } |
| OLD | NEW |