| 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 13 matching lines...) Expand all Loading... |
| 24 '../../base/base.gyp:base', | 24 '../../base/base.gyp:base', |
| 25 '../../base/base.gyp:base_i18n', | 25 '../../base/base.gyp:base_i18n', |
| 26 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 26 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
| 27 '../../skia/skia.gyp:skia', | 27 '../../skia/skia.gyp:skia', |
| 28 '../../third_party/icu/icu.gyp:icui18n', | 28 '../../third_party/icu/icu.gyp:icui18n', |
| 29 '../../third_party/icu/icu.gyp:icuuc', | 29 '../../third_party/icu/icu.gyp:icuuc', |
| 30 '../../url/url.gyp:url_lib', | 30 '../../url/url.gyp:url_lib', |
| 31 '../base/strings/ui_strings.gyp:ui_strings', | 31 '../base/strings/ui_strings.gyp:ui_strings', |
| 32 '../compositor/compositor.gyp:compositor', | 32 '../compositor/compositor.gyp:compositor', |
| 33 '../events/events.gyp:events', | 33 '../events/events.gyp:events', |
| 34 '../events/events.gyp:events_base', |
| 34 '../gfx/gfx.gyp:gfx', | 35 '../gfx/gfx.gyp:gfx', |
| 35 '../native_theme/native_theme.gyp:native_theme', | 36 '../native_theme/native_theme.gyp:native_theme', |
| 36 '../ui.gyp:ui', | 37 '../ui.gyp:ui', |
| 37 '../ui.gyp:ui_resources', | 38 '../ui.gyp:ui_resources', |
| 38 ], | 39 ], |
| 39 'defines': [ | 40 'defines': [ |
| 40 'VIEWS_IMPLEMENTATION', | 41 'VIEWS_IMPLEMENTATION', |
| 41 ], | 42 ], |
| 42 'sources': [ | 43 'sources': [ |
| 43 # All .cc, .h under views, except unittests | 44 # All .cc, .h under views, except unittests |
| (...skipping 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1107 'sources/': [ | 1108 'sources/': [ |
| 1108 # This is needed because the aura rule strips it from the default | 1109 # This is needed because the aura rule strips it from the default |
| 1109 # sources list. | 1110 # sources list. |
| 1110 ['include', '^../../content/app/startup_helper_win.cc'], | 1111 ['include', '^../../content/app/startup_helper_win.cc'], |
| 1111 ], | 1112 ], |
| 1112 }], | 1113 }], |
| 1113 ], | 1114 ], |
| 1114 }, # target_name: views_examples_with_content_exe | 1115 }, # target_name: views_examples_with_content_exe |
| 1115 ], | 1116 ], |
| 1116 } | 1117 } |
| OLD | NEW |