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

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

Issue 11829040: Fix the content_browsertests everywhere maybe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch cleanup Created 7 years, 11 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 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'widget/desktop_aura/desktop_root_window_host_linux.cc', 367 'widget/desktop_aura/desktop_root_window_host_linux.cc',
368 'widget/desktop_aura/desktop_root_window_host_linux.h', 368 'widget/desktop_aura/desktop_root_window_host_linux.h',
369 'widget/desktop_aura/desktop_root_window_host_win.cc', 369 'widget/desktop_aura/desktop_root_window_host_win.cc',
370 'widget/desktop_aura/desktop_root_window_host_win.h', 370 'widget/desktop_aura/desktop_root_window_host_win.h',
371 'widget/desktop_aura/desktop_screen.h', 371 'widget/desktop_aura/desktop_screen.h',
372 'widget/desktop_aura/desktop_screen_position_client.cc', 372 'widget/desktop_aura/desktop_screen_position_client.cc',
373 'widget/desktop_aura/desktop_screen_position_client.h', 373 'widget/desktop_aura/desktop_screen_position_client.h',
374 'widget/desktop_aura/desktop_screen_win.cc', 374 'widget/desktop_aura/desktop_screen_win.cc',
375 'widget/desktop_aura/desktop_screen_win.h', 375 'widget/desktop_aura/desktop_screen_win.h',
376 'widget/desktop_aura/desktop_screen_x11.cc', 376 'widget/desktop_aura/desktop_screen_x11.cc',
377 'widget/desktop_aura/desktop_stacking_client.cc',
378 'widget/desktop_aura/desktop_stacking_client.h',
379 'widget/desktop_aura/x11_desktop_handler.cc', 377 'widget/desktop_aura/x11_desktop_handler.cc',
380 'widget/desktop_aura/x11_desktop_handler.h', 378 'widget/desktop_aura/x11_desktop_handler.h',
381 'widget/desktop_aura/x11_desktop_window_move_client.cc', 379 'widget/desktop_aura/x11_desktop_window_move_client.cc',
382 'widget/desktop_aura/x11_desktop_window_move_client.h', 380 'widget/desktop_aura/x11_desktop_window_move_client.h',
383 'widget/desktop_aura/x11_window_event_filter.cc', 381 'widget/desktop_aura/x11_window_event_filter.cc',
384 'widget/desktop_aura/x11_window_event_filter.h', 382 'widget/desktop_aura/x11_window_event_filter.h',
385 'widget/drop_helper.cc', 383 'widget/drop_helper.cc',
386 'widget/drop_helper.h', 384 'widget/drop_helper.h',
387 'widget/drop_target_win.cc', 385 'widget/drop_target_win.cc',
388 'widget/drop_target_win.h', 386 'widget/drop_target_win.h',
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 'sources/': [ 988 'sources/': [
991 # This is needed because the aura rule strips it from the default 989 # This is needed because the aura rule strips it from the default
992 # sources list. 990 # sources list.
993 ['include', '^../../content/app/startup_helper_win.cc'], 991 ['include', '^../../content/app/startup_helper_win.cc'],
994 ], 992 ],
995 }], 993 }],
996 ], 994 ],
997 }, # target_name: views_examples_with_content_exe 995 }, # target_name: views_examples_with_content_exe
998 ], 996 ],
999 } 997 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698