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 12 matching lines...) Expand all Loading... |
23 '../components/components_tests.gyp:*', | 23 '../components/components_tests.gyp:*', |
24 '../content/content.gyp:*', | 24 '../content/content.gyp:*', |
25 '../crypto/crypto.gyp:*', | 25 '../crypto/crypto.gyp:*', |
26 '../net/net.gyp:*', | 26 '../net/net.gyp:*', |
27 '../sdch/sdch.gyp:*', | 27 '../sdch/sdch.gyp:*', |
28 '../sql/sql.gyp:*', | 28 '../sql/sql.gyp:*', |
29 '../testing/gmock.gyp:*', | 29 '../testing/gmock.gyp:*', |
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/openh264/tests/openh264_unittests.gyp:*', |
33 '../third_party/sqlite/sqlite.gyp:*', | 34 '../third_party/sqlite/sqlite.gyp:*', |
34 '../third_party/zlib/zlib.gyp:*', | 35 '../third_party/zlib/zlib.gyp:*', |
35 '../ui/accessibility/accessibility.gyp:*', | 36 '../ui/accessibility/accessibility.gyp:*', |
36 '../ui/base/ui_base.gyp:*', | 37 '../ui/base/ui_base.gyp:*', |
37 '../ui/display/display.gyp:display_unittests', | 38 '../ui/display/display.gyp:display_unittests', |
38 '../ui/snapshot/snapshot.gyp:*', | 39 '../ui/snapshot/snapshot.gyp:*', |
39 '../url/url.gyp:*', | 40 '../url/url.gyp:*', |
40 ], | 41 ], |
41 'conditions': [ | 42 'conditions': [ |
42 ['OS!="ios" and OS!="mac"', { | 43 ['OS!="ios" and OS!="mac"', { |
(...skipping 1391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1434 'dependencies': [ | 1435 'dependencies': [ |
1435 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1436 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1436 '../ui/views/views.gyp:views', | 1437 '../ui/views/views.gyp:views', |
1437 '../ui/views/views.gyp:views_unittests', | 1438 '../ui/views/views.gyp:views_unittests', |
1438 ], | 1439 ], |
1439 }, # target_name: macviews_builder | 1440 }, # target_name: macviews_builder |
1440 ], # targets | 1441 ], # targets |
1441 }], # os=='mac' and toolkit_views==1 | 1442 }], # os=='mac' and toolkit_views==1 |
1442 ], # conditions | 1443 ], # conditions |
1443 } | 1444 } |
OLD | NEW |