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

Side by Side Diff: views/views.gyp

Issue 7610011: Update Sad Tab help text and link. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update SadTabControllerTest. Created 9 years, 3 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
« views/layout/center_layout.cc ('K') | « views/layout/center_layout.cc ('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) 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 'target_defaults': { 10 'target_defaults': {
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 'ime/mock_input_method.h', 280 'ime/mock_input_method.h',
281 'ime/text_input_client.h', 281 'ime/text_input_client.h',
282 'ime/text_input_type_tracker.h', 282 'ime/text_input_type_tracker.h',
283 'ime/text_input_type_tracker.cc', 283 'ime/text_input_type_tracker.cc',
284 'layer_helper.cc', 284 'layer_helper.cc',
285 'layer_helper.h', 285 'layer_helper.h',
286 'layer_property_setter.cc', 286 'layer_property_setter.cc',
287 'layer_property_setter.h', 287 'layer_property_setter.h',
288 'layout/box_layout.cc', 288 'layout/box_layout.cc',
289 'layout/box_layout.h', 289 'layout/box_layout.h',
290 'layout/center_layout.cc',
291 'layout/center_layout.h',
290 'layout/fill_layout.cc', 292 'layout/fill_layout.cc',
291 'layout/fill_layout.h', 293 'layout/fill_layout.h',
292 'layout/grid_layout.cc', 294 'layout/grid_layout.cc',
293 'layout/grid_layout.h', 295 'layout/grid_layout.h',
294 'layout/layout_constants.h', 296 'layout/layout_constants.h',
295 'layout/layout_manager.cc', 297 'layout/layout_manager.cc',
296 'layout/layout_manager.h', 298 'layout/layout_manager.h',
297 'metrics.cc', 299 'metrics.cc',
298 'metrics.h', 300 'metrics.h',
299 'metrics_gtk.cc', 301 'metrics_gtk.cc',
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 'include_dirs': [ 841 'include_dirs': [
840 '<(DEPTH)/third_party/wtl/include', 842 '<(DEPTH)/third_party/wtl/include',
841 ], 843 ],
842 }], 844 }],
843 ], 845 ],
844 }, 846 },
845 ], 847 ],
846 }], 848 }],
847 ], 849 ],
848 } 850 }
OLDNEW
« views/layout/center_layout.cc ('K') | « views/layout/center_layout.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698