| 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("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 import("//sky/engine/build/scripts/scripts.gni") | 6 import("//sky/engine/build/scripts/scripts.gni") |
| 7 import("//sky/engine/config.gni") | 7 import("//sky/engine/config.gni") |
| 8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
| 9 | 9 |
| 10 # Most targets in this file are private actions so use that as the default. | 10 # Most targets in this file are private actions so use that as the default. |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 "exported/WebURLError.cpp", | 184 "exported/WebURLError.cpp", |
| 185 "exported/WebURLLoadTiming.cpp", | 185 "exported/WebURLLoadTiming.cpp", |
| 186 "exported/WebURLRequest.cpp", | 186 "exported/WebURLRequest.cpp", |
| 187 "exported/WebURLRequestPrivate.h", | 187 "exported/WebURLRequestPrivate.h", |
| 188 "exported/WebURLResponse.cpp", | 188 "exported/WebURLResponse.cpp", |
| 189 "exported/WebURLResponsePrivate.h", | 189 "exported/WebURLResponsePrivate.h", |
| 190 "exported/WrappedResourceRequest.h", | 190 "exported/WrappedResourceRequest.h", |
| 191 "exported/WrappedResourceResponse.h", | 191 "exported/WrappedResourceResponse.h", |
| 192 "exported/linux/WebFontInfo.cpp", | 192 "exported/linux/WebFontInfo.cpp", |
| 193 "exported/linux/WebFontRenderStyle.cpp", | 193 "exported/linux/WebFontRenderStyle.cpp", |
| 194 "fetcher/MojoFetcher.cpp", | |
| 195 "fetcher/MojoFetcher.h", | |
| 196 "fonts/AlternateFontFamily.h", | 194 "fonts/AlternateFontFamily.h", |
| 197 "fonts/Character.cpp", | 195 "fonts/Character.cpp", |
| 198 "fonts/Character.h", | 196 "fonts/Character.h", |
| 199 "fonts/CustomFontData.h", | 197 "fonts/CustomFontData.h", |
| 200 "fonts/FixedPitchFontType.h", | 198 "fonts/FixedPitchFontType.h", |
| 201 "fonts/Font.cpp", | 199 "fonts/Font.cpp", |
| 202 "fonts/Font.h", | 200 "fonts/Font.h", |
| 203 "fonts/FontBaseline.h", | 201 "fonts/FontBaseline.h", |
| 204 "fonts/FontCache.cpp", | 202 "fonts/FontCache.cpp", |
| 205 "fonts/FontCache.h", | 203 "fonts/FontCache.h", |
| (...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 728 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 726 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
| 729 # TODO(GYP) | 727 # TODO(GYP) |
| 730 #'cflags': ['-marm'], | 728 #'cflags': ['-marm'], |
| 731 # 'conditions': [ | 729 # 'conditions': [ |
| 732 # ['OS=="android"', { | 730 # ['OS=="android"', { |
| 733 # 'cflags!': ['-mthumb'], | 731 # 'cflags!': ['-mthumb'], |
| 734 # }], | 732 # }], |
| 735 # ], | 733 # ], |
| 736 } | 734 } |
| 737 } | 735 } |
| OLD | NEW |