| OLD | NEW | 
|---|
| 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("//mojo/generate_mojo_shell_assets_list.gni") | 5 import("//mojo/generate_mojo_shell_assets_list.gni") | 
| 6 import("//mojo/public/mojo_application.gni") | 6 import("//mojo/public/mojo_application.gni") | 
| 7 import("//testing/test.gni") | 7 import("//testing/test.gni") | 
| 8 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") | 8 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") | 
| 9 | 9 | 
| 10 # We don't support building in the component build since mojo apps are | 10 # We don't support building in the component build since mojo apps are | 
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 44   ] | 44   ] | 
| 45 | 45 | 
| 46   if (!is_android) { | 46   if (!is_android) { | 
| 47     sources += [ | 47     sources += [ | 
| 48       "desktop/launcher_process.cc", | 48       "desktop/launcher_process.cc", | 
| 49       "desktop/launcher_process.h", | 49       "desktop/launcher_process.h", | 
| 50       "desktop/main.cc", | 50       "desktop/main.cc", | 
| 51       "register_local_aliases.cc", | 51       "register_local_aliases.cc", | 
| 52       "register_local_aliases.h", | 52       "register_local_aliases.h", | 
| 53     ] | 53     ] | 
| 54     deps += [ "//components/tracing:startup_tracing" ] | 54     deps += [ | 
|  | 55       "//components/tracing:startup_tracing", | 
|  | 56       "//third_party/icu:icudata", | 
|  | 57     ] | 
| 55   } else { | 58   } else { | 
| 56     sources += [ | 59     sources += [ | 
| 57       "android/context_init.h", | 60       "android/context_init.h", | 
| 58       "android/library_loader.cc", | 61       "android/library_loader.cc", | 
| 59       "android/main.cc", | 62       "android/main.cc", | 
| 60       "android/main.h", | 63       "android/main.h", | 
| 61     ] | 64     ] | 
| 62 | 65 | 
| 63     deps += [ | 66     deps += [ | 
| 64       ":jni_headers", | 67       ":jni_headers", | 
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 97 | 100 | 
| 98 source_set("init") { | 101 source_set("init") { | 
| 99   sources = [ | 102   sources = [ | 
| 100     "init.cc", | 103     "init.cc", | 
| 101     "init.h", | 104     "init.h", | 
| 102   ] | 105   ] | 
| 103 | 106 | 
| 104   deps = [ | 107   deps = [ | 
| 105     ":switches", | 108     ":switches", | 
| 106     "//base", | 109     "//base", | 
|  | 110     "//base:i18n", | 
| 107   ] | 111   ] | 
| 108 } | 112 } | 
| 109 | 113 | 
| 110 source_set("lib") { | 114 source_set("lib") { | 
| 111   sources = [ | 115   sources = [ | 
| 112     "child_process.cc", | 116     "child_process.cc", | 
| 113     "child_process.h", | 117     "child_process.h", | 
| 114     "child_process_host.cc", | 118     "child_process_host.cc", | 
| 115     "child_process_host.h", | 119     "child_process_host.h", | 
| 116     "context.cc", | 120     "context.cc", | 
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 157 | 161 | 
| 158     deps += [ | 162     deps += [ | 
| 159       "//sandbox/linux:sandbox", | 163       "//sandbox/linux:sandbox", | 
| 160       "//sandbox/linux:sandbox_services", | 164       "//sandbox/linux:sandbox_services", | 
| 161     ] | 165     ] | 
| 162   } | 166   } | 
| 163 | 167 | 
| 164   public_deps = [ | 168   public_deps = [ | 
| 165     ":init", | 169     ":init", | 
| 166     ":switches", | 170     ":switches", | 
|  | 171     ":native_application_support", | 
|  | 172     "//mojo/shell", | 
| 167   ] | 173   ] | 
| 168 | 174 | 
| 169   data_deps = [ | 175   data_deps = [ | 
| 170     "//components/devtools_service", | 176     "//components/devtools_service", | 
| 171     "//mojo/services/tracing", | 177     "//mojo/services/tracing", | 
| 172   ] | 178   ] | 
| 173 | 179 | 
| 174   if (is_android) { | 180   if (is_android) { | 
| 175     sources += [ | 181     sources += [ | 
| 176       "android/android_handler.cc", | 182       "android/android_handler.cc", | 
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 496   ] | 502   ] | 
| 497 | 503 | 
| 498   deps = [ | 504   deps = [ | 
| 499     "//base", | 505     "//base", | 
| 500     "//mojo/application/public/cpp:test_support", | 506     "//mojo/application/public/cpp:test_support", | 
| 501     "//mojo/runner/test:bindings", | 507     "//mojo/runner/test:bindings", | 
| 502     "//mojo/services/network/public/interfaces", | 508     "//mojo/services/network/public/interfaces", | 
| 503     "//third_party/mojo/src/mojo/public/cpp/bindings:callback", | 509     "//third_party/mojo/src/mojo/public/cpp/bindings:callback", | 
| 504   ] | 510   ] | 
| 505 } | 511 } | 
| OLD | NEW | 
|---|