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

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

Issue 8771046: Fix gyp warnings about missing files. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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/content_browser.gypi ('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 '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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 'widget/native_widget_win.h', 364 'widget/native_widget_win.h',
365 'widget/widget.cc', 365 'widget/widget.cc',
366 'widget/widget.h', 366 'widget/widget.h',
367 'widget/widget_delegate.cc', 367 'widget/widget_delegate.cc',
368 'widget/widget_delegate.h', 368 'widget/widget_delegate.h',
369 'widget/window_manager.cc', 369 'widget/window_manager.cc',
370 'widget/window_manager.h', 370 'widget/window_manager.h',
371 'window/client_view.cc', 371 'window/client_view.cc',
372 'window/client_view.h', 372 'window/client_view.h',
373 'window/custom_frame_view.cc', 373 'window/custom_frame_view.cc',
374 'window/window/custom_frame_view.h', 374 'window/custom_frame_view.h',
tfarina 2011/12/02 20:18:47 ops, that was probably me.
375 'window/dialog_client_view.cc', 375 'window/dialog_client_view.cc',
376 'window/window/dialog_client_view.h', 376 'window/dialog_client_view.h',
377 'window/dialog_delegate.cc', 377 'window/dialog_delegate.cc',
378 'window/dialog_delegate.h', 378 'window/dialog_delegate.h',
379 'window/native_frame_view.cc', 379 'window/native_frame_view.cc',
380 'window/native_frame_view.h', 380 'window/native_frame_view.h',
381 'window/non_client_view.cc', 381 'window/non_client_view.cc',
382 'window/non_client_view.h', 382 'window/non_client_view.h',
383 'window/window_resources.h', 383 'window/window_resources.h',
384 'window/window_shape.cc', 384 'window/window_shape.cc',
385 'window/window_shape.h', 385 'window/window_shape.h',
386 ], 386 ],
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698