| 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:*', | |
| 34 '../third_party/sqlite/sqlite.gyp:*', | 33 '../third_party/sqlite/sqlite.gyp:*', |
| 35 '../third_party/zlib/zlib.gyp:*', | 34 '../third_party/zlib/zlib.gyp:*', |
| 36 '../ui/accessibility/accessibility.gyp:*', | 35 '../ui/accessibility/accessibility.gyp:*', |
| 37 '../ui/base/ui_base.gyp:*', | 36 '../ui/base/ui_base.gyp:*', |
| 38 '../ui/display/display.gyp:display_unittests', | 37 '../ui/display/display.gyp:display_unittests', |
| 39 '../ui/snapshot/snapshot.gyp:*', | 38 '../ui/snapshot/snapshot.gyp:*', |
| 40 '../url/url.gyp:*', | 39 '../url/url.gyp:*', |
| 41 ], | 40 ], |
| 42 'conditions': [ | 41 'conditions': [ |
| 43 ['OS!="ios" and OS!="mac"', { | 42 ['OS!="ios" and OS!="mac"', { |
| (...skipping 1389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1433 'dependencies': [ | 1432 'dependencies': [ |
| 1434 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1433 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1435 '../ui/views/views.gyp:views', | 1434 '../ui/views/views.gyp:views', |
| 1436 '../ui/views/views.gyp:views_unittests', | 1435 '../ui/views/views.gyp:views_unittests', |
| 1437 ], | 1436 ], |
| 1438 }, # target_name: macviews_builder | 1437 }, # target_name: macviews_builder |
| 1439 ], # targets | 1438 ], # targets |
| 1440 }], # os=='mac' and toolkit_views==1 | 1439 }], # os=='mac' and toolkit_views==1 |
| 1441 ], # conditions | 1440 ], # conditions |
| 1442 } | 1441 } |
| OLD | NEW |