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

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

Issue 542413002: Move launcher API to athena/main/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « athena/main/athena_main.cc ('k') | athena/main/public/athena_launcher.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 { 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 '../../ui/views/views.gyp:views', 30 '../../ui/views/views.gyp:views',
31 '../../url/url.gyp:url_lib', 31 '../../url/url.gyp:url_lib',
32 ], 32 ],
33 'include_dirs': [ 33 'include_dirs': [
34 '../..', 34 '../..',
35 ], 35 ],
36 'sources': [ 36 'sources': [
37 'athena_content_client.cc', 37 'athena_content_client.cc',
38 'athena_content_client.h', 38 'athena_content_client.h',
39 'athena_launcher.cc', 39 'athena_launcher.cc',
40 'athena_launcher.h',
41 'athena_renderer_pdf_helper.cc', 40 'athena_renderer_pdf_helper.cc',
42 'athena_renderer_pdf_helper.h', 41 'athena_renderer_pdf_helper.h',
42 'placeholder.cc',
43 'placeholder.h',
44 'public/athena_launcher.h',
43 'url_search_provider.cc', 45 'url_search_provider.cc',
44 'url_search_provider.h', 46 'url_search_provider.h',
45 'placeholder.cc',
46 'placeholder.h',
47 ], 47 ],
48 }, 48 },
49 { 49 {
50 'target_name': 'athena_main', 50 'target_name': 'athena_main',
51 'type': 'executable', 51 'type': 'executable',
52 'dependencies': [ 52 'dependencies': [
53 '../../ui/accessibility/accessibility.gyp:ax_gen', 53 '../../ui/accessibility/accessibility.gyp:ax_gen',
54 '../athena.gyp:athena_app_shell_lib', 54 '../athena.gyp:athena_app_shell_lib',
55 '../resources/athena_resources.gyp:athena_pak', 55 '../resources/athena_resources.gyp:athena_pak',
56 'athena_main_lib', 56 'athena_main_lib',
57 ], 57 ],
58 'include_dirs': [ 58 'include_dirs': [
59 '../..', 59 '../..',
60 ], 60 ],
61 'sources': [ 61 'sources': [
62 'athena_main.cc', 62 'athena_main.cc',
63 ], 63 ],
64 } 64 }
65 ], # targets 65 ], # targets
66 } 66 }
OLDNEW
« no previous file with comments | « athena/main/athena_main.cc ('k') | athena/main/public/athena_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698