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

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

Issue 100833002: Add AshDesktopMediaList and enable Desktop Capture API on Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 12 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
« no previous file with comments | « ui/snapshot/snapshot.h ('k') | ui/snapshot/snapshot_android.cc » ('j') | 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) 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 19 matching lines...) Expand all
30 'snapshot_mac.mm', 30 'snapshot_mac.mm',
31 'snapshot_win.cc', 31 'snapshot_win.cc',
32 'snapshot_win.h', 32 'snapshot_win.h',
33 ], 33 ],
34 'include_dirs': [ 34 'include_dirs': [
35 '..', 35 '..',
36 ], 36 ],
37 'conditions': [ 37 'conditions': [
38 ['use_aura==1', { 38 ['use_aura==1', {
39 'dependencies': [ 39 'dependencies': [
40 '../../cc/cc.gyp:cc',
40 '../aura/aura.gyp:aura', 41 '../aura/aura.gyp:aura',
41 '../compositor/compositor.gyp:compositor', 42 '../compositor/compositor.gyp:compositor',
42 ], 43 ],
43 }], 44 }],
44 ], 45 ],
45 }, 46 },
46 { 47 {
47 'target_name': 'snapshot_unittests', 48 'target_name': 'snapshot_unittests',
48 'type': '<(gtest_target_type)', 49 'type': '<(gtest_target_type)',
49 'dependencies': [ 50 'dependencies': [
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'snapshot', 94 'snapshot',
94 ], 95 ],
95 'include_dirs': [ 96 'include_dirs': [
96 '../..', 97 '../..',
97 ], 98 ],
98 }, 99 },
99 ], 100 ],
100 }], 101 }],
101 ], 102 ],
102 } 103 }
OLDNEW
« no previous file with comments | « ui/snapshot/snapshot.h ('k') | ui/snapshot/snapshot_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698