Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Side by Side Diff: ui/views/views.gyp

Issue 10638010: Undo the startup_helper_win.h change in r143501 because that breaks the sandbox in component builds. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/public/app/startup_helper_win.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « content/public/app/startup_helper_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698