| 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 | 8 |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 687 '../../third_party/icu/icu.gyp:icuuc', | 687 '../../third_party/icu/icu.gyp:icuuc', |
| 688 '../ui.gyp:ui', | 688 '../ui.gyp:ui', |
| 689 '../ui.gyp:ui_resources', | 689 '../ui.gyp:ui_resources', |
| 690 '../ui.gyp:ui_resources_standard', | 690 '../ui.gyp:ui_resources_standard', |
| 691 'views_examples_lib', | 691 'views_examples_lib', |
| 692 ], | 692 ], |
| 693 'include_dirs': [ | 693 'include_dirs': [ |
| 694 '../..', | 694 '../..', |
| 695 ], | 695 ], |
| 696 'sources': [ | 696 'sources': [ |
| 697 '../../content/app/startup_helper_win.cc', |
| 697 'examples/content_client/examples_browser_main_parts.cc', | 698 'examples/content_client/examples_browser_main_parts.cc', |
| 698 'examples/content_client/examples_browser_main_parts.h', | 699 'examples/content_client/examples_browser_main_parts.h', |
| 699 'examples/content_client/examples_content_browser_client.cc', | 700 'examples/content_client/examples_content_browser_client.cc', |
| 700 'examples/content_client/examples_content_browser_client.h', | 701 'examples/content_client/examples_content_browser_client.h', |
| 701 'examples/content_client/examples_main_delegate.cc', | 702 'examples/content_client/examples_main_delegate.cc', |
| 702 'examples/content_client/examples_main_delegate.h', | 703 'examples/content_client/examples_main_delegate.h', |
| 703 'examples/examples_main.cc', | 704 'examples/examples_main.cc', |
| 704 'test/test_views_delegate.cc', | 705 'test/test_views_delegate.cc', |
| 705 'test/test_views_delegate.h', | 706 'test/test_views_delegate.h', |
| 706 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 707 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| (...skipping 29 matching lines...) Expand all Loading... |
| 736 'sources/': [ | 737 'sources/': [ |
| 737 # This is needed because the aura rule strips it from the default | 738 # This is needed because the aura rule strips it from the default |
| 738 # sources list. | 739 # sources list. |
| 739 ['include', '^../../content/app/startup_helper_win.cc'], | 740 ['include', '^../../content/app/startup_helper_win.cc'], |
| 740 ], | 741 ], |
| 741 }], | 742 }], |
| 742 ], | 743 ], |
| 743 }, # target_name: views_examples_lib | 744 }, # target_name: views_examples_lib |
| 744 ], | 745 ], |
| 745 } | 746 } |
| OLD | NEW |