Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
tonygentilcore committed Jul 28, 2015
1 parent e1a062f commit 77fef24
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions build/module_args/dart.gni
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# This variable should point to the Dart SDK.
dart_sdk_root = "//third_party/dart-sdk/dart-sdk"
1 change: 0 additions & 1 deletion mojo/dart/embedder/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ source_set("dart_controller_no_snapshot") {
"//mojo/common",
"//mojo/public/c/system",
"//mojo/public/cpp/system",
"//tonic",
]

defines = []
Expand Down
4 changes: 2 additions & 2 deletions sky/shell/testing/test_runner.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "mojo/common/weak_binding_set.h"
#include "mojo/common/binding_set.h"
#include "mojo/public/cpp/application/interface_factory_impl.h"
#include "sky/services/engine/sky_engine.mojom.h"
#include "sky/services/testing/test_harness.mojom.h"
Expand Down Expand Up @@ -54,7 +54,7 @@ class TestRunner : public mojo::InterfaceFactory<TestHarness>,
SkyEnginePtr sky_engine_;

scoped_ptr<SingleTest> single_test_;
mojo::WeakBindingSet<TestHarness> bindings_;
mojo::BindingSet<TestHarness> bindings_;

base::WeakPtrFactory<TestRunner> weak_ptr_factory_;

Expand Down

0 comments on commit 77fef24

Please sign in to comment.