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

Side by Side Diff: athena/main/athena_main.gyp

Issue 620663005: Lock screen for Chrome-Athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: set athena::FillLayoutManager for lock screen Created 6 years, 2 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
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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'type': 'executable', 55 'type': 'executable',
56 'dependencies': [ 56 'dependencies': [
57 '../../ui/accessibility/accessibility.gyp:ax_gen', 57 '../../ui/accessibility/accessibility.gyp:ax_gen',
58 '../athena.gyp:athena_app_shell_lib', 58 '../athena.gyp:athena_app_shell_lib',
59 '../resources/athena_resources.gyp:athena_pak', 59 '../resources/athena_resources.gyp:athena_pak',
60 'athena_main_lib', 60 'athena_main_lib',
61 ], 61 ],
62 'include_dirs': [ 62 'include_dirs': [
63 '../..', 63 '../..',
64 ], 64 ],
65 'defines': [
66 'ATHENA_IMPLEMENTATION',
67 ],
65 'sources': [ 68 'sources': [
66 'athena_main.cc', 69 'athena_main.cc',
70 'lock_manager_stub.cc',
67 ], 71 ],
68 } 72 }
69 ], # targets 73 ], # targets
70 } 74 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698