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

Side by Side Diff: views/views.gyp

Issue 7740039: Don't activate POPUP window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 4 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) 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 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 'views', 683 'views',
684 ], 684 ],
685 'include_dirs': [ 685 'include_dirs': [
686 '..', 686 '..',
687 ], 687 ],
688 'sources': [ 688 'sources': [
689 'desktop/desktop_background.cc', 689 'desktop/desktop_background.cc',
690 'desktop/desktop_background.h', 690 'desktop/desktop_background.h',
691 'desktop/desktop_window_manager.cc', 691 'desktop/desktop_window_manager.cc',
692 'desktop/desktop_window_manager.h', 692 'desktop/desktop_window_manager.h',
693 'desktop/desktop_window_root_view.cc',
694 'desktop/desktop_window_root_view.h',
695 'desktop/desktop_window_view.cc', 693 'desktop/desktop_window_view.cc',
696 'desktop/desktop_window_view.h', 694 'desktop/desktop_window_view.h',
697 ], 695 ],
698 'conditions': [ 696 'conditions': [
699 ['toolkit_uses_gtk == 1', { 697 ['toolkit_uses_gtk == 1', {
700 'dependencies': [ 698 'dependencies': [
701 '../build/linux/system.gyp:gtk', 699 '../build/linux/system.gyp:gtk',
702 '../chrome/chrome.gyp:packed_resources', 700 '../chrome/chrome.gyp:packed_resources',
703 ], 701 ],
704 'conditions': [ 702 'conditions': [
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
817 'include_dirs': [ 815 'include_dirs': [
818 '<(DEPTH)/third_party/wtl/include', 816 '<(DEPTH)/third_party/wtl/include',
819 ], 817 ],
820 }], 818 }],
821 ], 819 ],
822 }, 820 },
823 ], 821 ],
824 }], 822 }],
825 ], 823 ],
826 } 824 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698