| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 | 8 |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 488 # factored out. (for some reason it pulls in a bunch | 488 # factored out. (for some reason it pulls in a bunch |
| 489 # unrelated things like v8, sqlite nss...). | 489 # unrelated things like v8, sqlite nss...). |
| 490 '../../chrome/chrome_resources.gyp:packed_resources', | 490 '../../chrome/chrome_resources.gyp:packed_resources', |
| 491 '../../build/temp_gyp/googleurl.gyp:googleurl', | 491 '../../build/temp_gyp/googleurl.gyp:googleurl', |
| 492 '../../skia/skia.gyp:skia', | 492 '../../skia/skia.gyp:skia', |
| 493 '../../testing/gmock.gyp:gmock', | 493 '../../testing/gmock.gyp:gmock', |
| 494 '../../testing/gtest.gyp:gtest', | 494 '../../testing/gtest.gyp:gtest', |
| 495 '../../third_party/icu/icu.gyp:icui18n', | 495 '../../third_party/icu/icu.gyp:icui18n', |
| 496 '../../third_party/icu/icu.gyp:icuuc', | 496 '../../third_party/icu/icu.gyp:icuuc', |
| 497 '../base/strings/ui_strings.gyp:ui_strings', | 497 '../base/strings/ui_strings.gyp:ui_strings', |
| 498 '../gfx/compositor/compositor.gyp:compositor', |
| 498 '../gfx/compositor/compositor.gyp:compositor_test_support', | 499 '../gfx/compositor/compositor.gyp:compositor_test_support', |
| 499 '../gfx/compositor/compositor.gyp:test_compositor', | |
| 500 '../ui.gyp:gfx_resources', | 500 '../ui.gyp:gfx_resources', |
| 501 '../ui.gyp:ui', | 501 '../ui.gyp:ui', |
| 502 '../ui.gyp:ui_resources', | 502 '../ui.gyp:ui_resources', |
| 503 '../ui.gyp:ui_resources_standard', | 503 '../ui.gyp:ui_resources_standard', |
| 504 'views', | 504 'views', |
| 505 ], | 505 ], |
| 506 'include_dirs': [ | 506 'include_dirs': [ |
| 507 '..', | 507 '..', |
| 508 ], | 508 ], |
| 509 'sources': [ | 509 'sources': [ |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 736 'msvs_settings': { | 736 'msvs_settings': { |
| 737 'VCManifestTool': { | 737 'VCManifestTool': { |
| 738 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, | 738 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, |
| 739 }, | 739 }, |
| 740 }, | 740 }, |
| 741 }], | 741 }], |
| 742 ], | 742 ], |
| 743 }, # target_name: views_examples_lib | 743 }, # target_name: views_examples_lib |
| 744 ], | 744 ], |
| 745 } | 745 } |
| OLD | NEW |