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

Side by Side Diff: views/views.gyp

Issue 6386019: Remove obsolete files from 'sources'. This causes needless work on incrementa... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 10 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 | « third_party/protobuf/protobuf.gyp ('k') | webkit/glue/webkit_glue.gypi » ('j') | 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) 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'conditions': [ 10 'conditions': [
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'controls/menu/menu_item_view.cc', 147 'controls/menu/menu_item_view.cc',
148 'controls/menu/menu_item_view.h', 148 'controls/menu/menu_item_view.h',
149 'controls/menu/menu_item_view_gtk.cc', 149 'controls/menu/menu_item_view_gtk.cc',
150 'controls/menu/menu_item_view_win.cc', 150 'controls/menu/menu_item_view_win.cc',
151 'controls/menu/menu_scroll_view_container.cc', 151 'controls/menu/menu_scroll_view_container.cc',
152 'controls/menu/menu_scroll_view_container.h', 152 'controls/menu/menu_scroll_view_container.h',
153 'controls/menu/menu_separator.h', 153 'controls/menu/menu_separator.h',
154 'controls/menu/menu_separator_gtk.cc', 154 'controls/menu/menu_separator_gtk.cc',
155 'controls/menu/menu_separator_gtk.h', 155 'controls/menu/menu_separator_gtk.h',
156 'controls/menu/menu_separator_win.cc', 156 'controls/menu/menu_separator_win.cc',
157 'controls/menu/menu_separator_win.h',
158 'controls/menu/menu_win.cc', 157 'controls/menu/menu_win.cc',
159 'controls/menu/menu_win.h', 158 'controls/menu/menu_win.h',
160 'controls/menu/menu_wrapper.h', 159 'controls/menu/menu_wrapper.h',
161 'controls/menu/native_menu_gtk.cc', 160 'controls/menu/native_menu_gtk.cc',
162 'controls/menu/native_menu_gtk.h', 161 'controls/menu/native_menu_gtk.h',
163 'controls/menu/native_menu_win.cc', 162 'controls/menu/native_menu_win.cc',
164 'controls/menu/native_menu_win.h', 163 'controls/menu/native_menu_win.h',
165 'controls/menu/native_menu_x.cc', 164 'controls/menu/native_menu_x.cc',
166 'controls/menu/native_menu_x.h', 165 'controls/menu/native_menu_x.h',
167 'controls/menu/nested_dispatcher_gtk.cc', 166 'controls/menu/nested_dispatcher_gtk.cc',
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 ], 575 ],
577 }, 576 },
578 ], 577 ],
579 } 578 }
580 579
581 # Local Variables: 580 # Local Variables:
582 # tab-width:2 581 # tab-width:2
583 # indent-tabs-mode:nil 582 # indent-tabs-mode:nil
584 # End: 583 # End:
585 # vim: set expandtab tabstop=2 shiftwidth=2: 584 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « third_party/protobuf/protobuf.gyp ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698