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 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
8 # compilation targets to 'All'. | 8 # compilation targets to 'All'. |
9 'app_targets%': [], | 9 'app_targets%': [], |
10 # For Android-specific targets. | 10 # For Android-specific targets. |
(...skipping 19 matching lines...) Expand all Loading... |
30 '../testing/gtest.gyp:*', | 30 '../testing/gtest.gyp:*', |
31 '../third_party/icu/icu.gyp:*', | 31 '../third_party/icu/icu.gyp:*', |
32 '../third_party/libxml/libxml.gyp:*', | 32 '../third_party/libxml/libxml.gyp:*', |
33 '../third_party/sqlite/sqlite.gyp:*', | 33 '../third_party/sqlite/sqlite.gyp:*', |
34 '../third_party/zlib/zlib.gyp:*', | 34 '../third_party/zlib/zlib.gyp:*', |
35 '../ui/accessibility/accessibility.gyp:*', | 35 '../ui/accessibility/accessibility.gyp:*', |
36 '../ui/base/ui_base.gyp:*', | 36 '../ui/base/ui_base.gyp:*', |
37 '../ui/display/display.gyp:display_unittests', | 37 '../ui/display/display.gyp:display_unittests', |
38 '../ui/snapshot/snapshot.gyp:*', | 38 '../ui/snapshot/snapshot.gyp:*', |
39 '../url/url.gyp:*', | 39 '../url/url.gyp:*', |
| 40 '../gpu/skia_runner/skia_runner.gyp:*', |
40 ], | 41 ], |
41 'conditions': [ | 42 'conditions': [ |
42 ['OS!="ios" and OS!="mac"', { | 43 ['OS!="ios" and OS!="mac"', { |
43 'dependencies': [ | 44 'dependencies': [ |
44 '../ui/touch_selection/ui_touch_selection.gyp:*', | 45 '../ui/touch_selection/ui_touch_selection.gyp:*', |
45 ], | 46 ], |
46 }], | 47 }], |
47 ['OS=="ios"', { | 48 ['OS=="ios"', { |
48 'dependencies': [ | 49 'dependencies': [ |
49 '../chrome/chrome.gyp:browser', | 50 '../chrome/chrome.gyp:browser', |
(...skipping 1350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1400 'dependencies': [ | 1401 'dependencies': [ |
1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1402 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1402 '../ui/views/views.gyp:views', | 1403 '../ui/views/views.gyp:views', |
1403 '../ui/views/views.gyp:views_unittests', | 1404 '../ui/views/views.gyp:views_unittests', |
1404 ], | 1405 ], |
1405 }, # target_name: macviews_builder | 1406 }, # target_name: macviews_builder |
1406 ], # targets | 1407 ], # targets |
1407 }], # os=='mac' and toolkit_views==1 | 1408 }], # os=='mac' and toolkit_views==1 |
1408 ], # conditions | 1409 ], # conditions |
1409 } | 1410 } |
OLD | NEW |