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

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

Issue 10353007: Extract a minimal subset of WebDialogUI/WebDialogDelegate from src/chrome -> src/ui/web_dialogs Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 7 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
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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 'window/dialog_delegate.h', 358 'window/dialog_delegate.h',
359 'window/frame_background.cc', 359 'window/frame_background.cc',
360 'window/frame_background.h', 360 'window/frame_background.h',
361 'window/native_frame_view.cc', 361 'window/native_frame_view.cc',
362 'window/native_frame_view.h', 362 'window/native_frame_view.h',
363 'window/non_client_view.cc', 363 'window/non_client_view.cc',
364 'window/non_client_view.h', 364 'window/non_client_view.h',
365 'window/window_resources.h', 365 'window/window_resources.h',
366 'window/window_shape.cc', 366 'window/window_shape.cc',
367 'window/window_shape.h', 367 'window/window_shape.h',
368 '../web_dialogs/web_dialog_ui.h',
mazda 2012/05/03 22:56:22 You need to create a new gyp file for these. ui/au
369 '../web_dialogs/web_dialog_ui.cc',
370 '../web_dialogs/web_dialog_web_contents_delegate.h',
371 '../web_dialogs/web_dialog_web_contents_delegate.cc',
368 ], 372 ],
369 'include_dirs': [ 373 'include_dirs': [
370 '../../third_party/wtl/include', 374 '../../third_party/wtl/include',
371 ], 375 ],
372 'conditions': [ 376 'conditions': [
373 ['use_aura==1', { 377 ['use_aura==1', {
374 'sources/': [ 378 'sources/': [
375 ['exclude', '_x\\.cc$'], 379 ['exclude', '_x\\.cc$'],
376 ['exclude', '/x_[^/]*\\.cc$'], 380 ['exclude', '/x_[^/]*\\.cc$'],
377 ['exclude', 'controls/menu/menu_2.*'], 381 ['exclude', 'controls/menu/menu_2.*'],
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 'sources/': [ 716 'sources/': [
713 # This is needed because the aura rule strips it from the default 717 # This is needed because the aura rule strips it from the default
714 # sources list. 718 # sources list.
715 ['include', '^../../content/app/startup_helper_win.cc'], 719 ['include', '^../../content/app/startup_helper_win.cc'],
716 ], 720 ],
717 }], 721 }],
718 ], 722 ],
719 }, # target_name: views_examples_lib 723 }, # target_name: views_examples_lib
720 ], 724 ],
721 } 725 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698