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

Side by Side Diff: ui/snapshot/BUILD.gn

Issue 706013004: Move non-browser specific ScreenshotTaker code to ui/snapshot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move screenshot_taker to ui/snapshot/ Created 6 years, 1 month 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | ui/snapshot/screenshot_taker.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 component("snapshot") { 7 component("snapshot") {
8 sources = [ 8 sources = [
9 "screenshot_taker.cc",
10 "screenshot_taker.h"
Jun Mukai 2014/11/18 21:56:15 They are currently only for ash right?
flackr 2014/11/20 00:06:07 Currently only used by ash, but should technically
9 "snapshot.h", 11 "snapshot.h",
10 "snapshot_android.cc", 12 "snapshot_android.cc",
11 "snapshot_async.cc", 13 "snapshot_async.cc",
12 "snapshot_async.h", 14 "snapshot_async.h",
13 "snapshot_aura.cc", 15 "snapshot_aura.cc",
14 "snapshot_export.h", 16 "snapshot_export.h",
15 "snapshot_ios.mm", 17 "snapshot_ios.mm",
16 "snapshot_mac.mm", 18 "snapshot_mac.mm",
17 ] 19 ]
18 20
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 deps += [ 76 deps += [
75 "//ui/aura:test_support", 77 "//ui/aura:test_support",
76 "//ui/compositor", 78 "//ui/compositor",
77 "//ui/compositor:test_support", 79 "//ui/compositor:test_support",
78 "//ui/wm", 80 "//ui/wm",
79 ] 81 ]
80 } else { 82 } else {
81 sources -= [ "snapshot_aura_unittest.cc" ] 83 sources -= [ "snapshot_aura_unittest.cc" ]
82 } 84 }
83 } 85 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | ui/snapshot/screenshot_taker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698